diff options
Diffstat (limited to 'include/mk48t59.h')
-rw-r--r-- | include/mk48t59.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mk48t59.h b/include/mk48t59.h index 5d863ef9416..f95d349c17f 100644 --- a/include/mk48t59.h +++ b/include/mk48t59.h @@ -11,9 +11,9 @@ #if defined(CONFIG_RTC_MK48T59) && defined(CONFIG_CMD_DATE) -#define RTC_PORT_ADDR0 CONFIG_SYS_ISA_IO + 0x70 +#define RTC_PORT_ADDR0 0x70 #define RTC_PORT_ADDR1 RTC_PORT_ADDR0 + 0x1 -#define RTC_PORT_DATA CONFIG_SYS_ISA_IO + 0x76 +#define RTC_PORT_DATA 0x76 /* RTC Offsets */ #define RTC_SECONDS 0x1FF9 |