summaryrefslogtreecommitdiffstats
path: root/include/configs/top9000.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-12-17 20:02:05 +0100
committerWolfgang Denk <wd@denx.de>2010-12-17 20:02:05 +0100
commit2a9a2339a4ea04636ed0968e76eeaf784e987f52 (patch)
treee4891391ce68c96ee779c195d0d92aea89fccc01 /include/configs/top9000.h
parent3ac45988ab1605baaf83bd3acb80a197c9a208c2 (diff)
parent85579906cb241ab0f544a2d5ba6d9e33714ec897 (diff)
downloadblackbird-obmc-uboot-2a9a2339a4ea04636ed0968e76eeaf784e987f52.tar.gz
blackbird-obmc-uboot-2a9a2339a4ea04636ed0968e76eeaf784e987f52.zip
Merge branch 'master' of git://git.denx.de/u-boot-arm
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 5db3d1ba35..5f0160dcb6 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