[U-Boot] [PATCH] atngw100mkii: add missing CONFIG_SYS_TEXT_BASE

Andreas Bießmann andreas.devel at googlemail.com
Fri May 16 12:17:41 CEST 2014


Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>
Cc: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 include/configs/atngw100mkii.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h
index 066d09a..7b4f9cf 100644
--- a/include/configs/atngw100mkii.h
+++ b/include/configs/atngw100mkii.h
@@ -151,6 +151,7 @@
 #define CONFIG_SYS_MAX_FLASH_SECT	135
 
 #define CONFIG_SYS_MONITOR_BASE		CONFIG_SYS_FLASH_BASE
+#define CONFIG_SYS_TEXT_BASE		0x00000000
 
 #define CONFIG_SYS_INTRAM_BASE		INTERNAL_SRAM_BASE
 #define CONFIG_SYS_INTRAM_SIZE		INTERNAL_SRAM_SIZE
-- 
1.7.10.4



More information about the U-Boot mailing list