mirror of
https://xff.cz/git/u-boot/
synced 2026-02-03 22:48:59 +01:00
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_SDRAM namespace do not easily transition to Kconfig. In many cases they likely should come from the device tree instead. Move these out of CONFIG namespace and in to CFG namespace. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -583,7 +583,7 @@
|
||||
(DMM_SDRC_MAP_EMIF1_AND_EMIF2 << EMIF_SDRC_MAP_SHIFT) |\
|
||||
(DMM_SDRC_ADDR_SPC_SDRAM << EMIF_SDRC_ADDRSPC_SHIFT) |\
|
||||
(DMM_SDRC_INTL_128B << EMIF_SDRC_INTL_SHIFT) |\
|
||||
(CONFIG_SYS_SDRAM_BASE << EMIF_SYS_ADDR_SHIFT))
|
||||
(CFG_SYS_SDRAM_BASE << EMIF_SYS_ADDR_SHIFT))
|
||||
|
||||
#define DMM_LISA_MAP_EMIF1_ONLY_BASE_VAL (\
|
||||
(DMM_SDRC_MAP_EMIF1_ONLY << EMIF_SDRC_MAP_SHIFT)|\
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
#define CONFIG_IPROC
|
||||
|
||||
/* Memory Info */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x61000000
|
||||
#define CFG_SYS_SDRAM_BASE 0x61000000
|
||||
|
||||
#endif /* __IPROC_COMMON_CONFIGS_H */
|
||||
|
||||
Reference in New Issue
Block a user