From 29d3bc793cf694bd98f693f8a378a99cd7ee91f7 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Thu, 6 Oct 2016 07:55:16 +0200 Subject: spl: move SYS_OS_BASE to Kconfig Move SYS_OS_BASE to Kconfig and cleanup existing uses. Signed-off-by: Heiko Schocher [trini: Also migrate a4m2k] Signed-off-by: Tom Rini --- configs/a3m071_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/a3m071_defconfig') diff --git a/configs/a3m071_defconfig b/configs/a3m071_defconfig index 5356489099..ae696b5bdb 100644 --- a/configs/a3m071_defconfig +++ b/configs/a3m071_defconfig @@ -11,6 +11,7 @@ CONFIG_BOOTDELAY=3 CONFIG_SPL=y CONFIG_SPL_NOR_SUPPORT=y CONFIG_SPL_OS_BOOT=y +CONFIG_SYS_OS_BASE=0xfc200000 CONFIG_HUSH_PARSER=y CONFIG_LOOPW=y # CONFIG_CMD_SETEXPR is not set -- cgit