spl: move SYS_OS_BASE to Kconfig
Move SYS_OS_BASE to Kconfig and cleanup existing uses. Signed-off-by: Heiko Schocher <hs@denx.de> [trini: Also migrate a4m2k] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -330,7 +330,6 @@
|
||||
|
||||
#undef CONFIG_BOOTARGS
|
||||
|
||||
#define CONFIG_SYS_OS_BASE 0xfc200000
|
||||
#define CONFIG_SYS_FDT_BASE 0xfc1e0000
|
||||
#define CONFIG_SYS_FDT_SIZE (16<<10)
|
||||
|
||||
|
||||
@@ -293,8 +293,6 @@
|
||||
|
||||
/* for booting directly linux */
|
||||
|
||||
#define CONFIG_SYS_OS_BASE (CONFIG_SYS_FLASH_BASE + \
|
||||
0x60000)
|
||||
#define CONFIG_SYS_FDT_BASE (CONFIG_SYS_FLASH_BASE + \
|
||||
0x40000)
|
||||
#define CONFIG_SYS_FDT_SIZE (16<<10)
|
||||
|
||||
Reference in New Issue
Block a user