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:
Joel Sherrill
1998-07-29 00:16:11 +00:00
parent fb339a8ed3
commit 5217d5aa05

View File

@@ -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