diff options
| author | Tom Rini <[email protected]> | 2021-12-12 22:12:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-27 08:41:38 -0500 |
| commit | be7dbb60c5bfa38ea444fe7de1dca8bd35f83f5b (patch) | |
| tree | c0d375195597632ee82a485cf4a83c0e6f90c1ee /include/configs/eb_cpu5282.h | |
| parent | ff27af1244113a8cd27624430799d58e3ce5898b (diff) | |
Convert CONFIG_SYS_IMMR to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_IMMR
We do this by consolidating the SYS_IMMR options we have and providing
defaults.
We also, in the few places where M68K was also sharing code with these
platforms, define it within the file to CONFIG_SYS_MBAR to match usage.
This should be cleaned up longer term.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/eb_cpu5282.h')
| -rw-r--r-- | include/configs/eb_cpu5282.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index bf1cfc3addb..62b62e07c56 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -185,8 +185,6 @@ * I2C */ -#define CONFIG_SYS_IMMR CONFIG_SYS_MBAR - #ifdef CONFIG_CMD_DATE #define CONFIG_RTC_DS1338 #define CONFIG_I2C_RTC_ADDR 0x68 |
