diff options
| author | Tom Rini <[email protected]> | 2022-10-28 20:26:57 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-10 09:45:54 -0500 |
| commit | c56289ddafce3d1ec442fb18064f136c2c47d0bb (patch) | |
| tree | ccf160e0d84bb41a5c8dac7142496c4030ef1704 /drivers | |
| parent | 14a5d3b50e41e0af9cf70d56e28873f687c7ce52 (diff) | |
Convert CONFIG_SYS_INTERLAKEN et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_INTERLAKEN
CONFIG_SYS_ISA_IO
CONFIG_SYS_ISA_IO_BASE_ADDRESS
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/rtc/mc146818.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/mc146818.c b/drivers/rtc/mc146818.c index 71f96e282e8..122691b9784 100644 --- a/drivers/rtc/mc146818.c +++ b/drivers/rtc/mc146818.c @@ -22,7 +22,7 @@ /* Set this to 1 to clear the CMOS RAM */ #define CLEAR_CMOS 0 -#define RTC_PORT_MC146818 CONFIG_SYS_ISA_IO_BASE_ADDRESS + 0x70 +#define RTC_PORT_MC146818 0x70 #define RTC_SECONDS 0x00 #define RTC_SECONDS_ALARM 0x01 #define RTC_MINUTES 0x02 |
