summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-10-20 22:02:16 +0200
committerMarek Vasut <marek.vasut@gmail.com>2010-10-22 01:38:01 +0200
commit9b3d167fde83375322b4b3075b9932be4772537b (patch)
tree8c463659fdfd690fe1ef75c401a6b99a4a2af225 /include
parent06491b87de021dc0165520751ba07d3b936b28c7 (diff)
downloadtalos-obmc-uboot-9b3d167fde83375322b4b3075b9932be4772537b.tar.gz
talos-obmc-uboot-9b3d167fde83375322b4b3075b9932be4772537b.zip
PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/zipitz2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h
index ce65d1f1c6..48537e3ccb 100644
--- a/include/configs/zipitz2.h
+++ b/include/configs/zipitz2.h
@@ -27,6 +27,7 @@
*/
#define CONFIG_PXA27X 1 /* Marvell PXA270 CPU */
#define CONFIG_ZIPITZ2 1 /* Zipit Z2 board */
+#define CONFIG_SYS_TEXT_BASE 0x0
#undef BOARD_LATE_INIT
#undef CONFIG_SKIP_RELOCATE_UBOOT
OpenPOWER on IntegriCloud