forked from Imagelibrary/rtems
Changed cast on RTC address and added base address of RTC fields as opposed
to entire RTC with NVRAM included.
This commit is contained in:
@@ -44,7 +44,8 @@ extern "C" {
|
||||
/* Note: Move address defs to the linker files. XXX */
|
||||
|
||||
/* Real Time Clock Base Address */
|
||||
#define DMV170_RTC_ADDRESS (unsigned char *)0xf2c00000
|
||||
#define DMV170_RTC_BASE_ADDRESS 0xf2c00000
|
||||
#define DMV170_RTC_ADDRESS 0xf2c01ff8
|
||||
|
||||
/* base address of the DUART (68681) */
|
||||
#define MC68681_ADDR 0xf2800000
|
||||
|
||||
Reference in New Issue
Block a user