summaryrefslogtreecommitdiffstats
path: root/include/configs/top9000.h
diff options
context:
space:
mode:
authorReinhard Meyer <u-boot@emk-elektronik.de>2010-12-09 10:07:31 +0100
committerReinhard Meyer <u-boot@emk-elektronik.de>2010-12-17 08:47:26 +0100
commitf805548b28f90aa76374b16f86206dd3a5743d23 (patch)
treeda49bcdd435c8e7667a17f679d98bb425e1906c0 /include/configs/top9000.h
parent6741b5310f81ae5ae0132ad85b09fb31d6377b6c (diff)
downloadblackbird-obmc-uboot-f805548b28f90aa76374b16f86206dd3a5743d23.tar.gz
blackbird-obmc-uboot-f805548b28f90aa76374b16f86206dd3a5743d23.zip
AT91: fix TOP9000 build problem and change CONFIG_SYS_TEXT_BASE
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'include/configs/top9000.h')
-rw-r--r--include/configs/top9000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/top9000.h b/include/configs/top9000.h
index ff3933b19c..0b23a5d6fd 100644
--- a/include/configs/top9000.h
+++ b/include/configs/top9000.h
@@ -40,9 +40,9 @@
/*
* Warning: changing CONFIG_SYS_TEXT_BASE requires
- * adapting the initial boot program
+ * adapting the initial boot program.
*/
-#define CONFIG_SYS_TEXT_BASE 0x21f00000 /* 31 MB into RAM */
+#define CONFIG_SYS_TEXT_BASE 0x20000000 /* start of SDRAM */
/* Command line configuration */
#include <config_cmd_default.h>
OpenPOWER on IntegriCloud