summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2014-05-16 12:17:41 +0200
committerAndreas Bießmann <andreas.devel@googlemail.com>2014-05-26 21:23:54 +0200
commit024cd74174a7ee11e71a430395d9f8ae334fec43 (patch)
tree2edeeaffdd877ec87bf3620d49ac3f9dbaa34e98 /include
parent9665fa8f9e1488209d5e01d0792c243e0a220c5a (diff)
downloadu-boot-024cd74174a7ee11e71a430395d9f8ae334fec43.tar.gz
u-boot-024cd74174a7ee11e71a430395d9f8ae334fec43.tar.xz
u-boot-024cd74174a7ee11e71a430395d9f8ae334fec43.zip
atngw100mkii: add missing CONFIG_SYS_TEXT_BASE
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/atngw100mkii.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h
index 066d09ab0a..7b4f9cf206 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