summaryrefslogtreecommitdiffstats
path: root/include/configs/bamboo.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-11-27 19:36:26 +0100
committerStefan Roese <sr@denx.de>2005-11-27 19:36:26 +0100
commit3d9569b2329802c36ec834ff2a851b11bb706288 (patch)
tree077f05b070ea5038baf55057f7224584a208f0a1 /include/configs/bamboo.h
parentf08abe311b41633b550520de50d4c0ff1fbf2800 (diff)
downloadtalos-obmc-uboot-3d9569b2329802c36ec834ff2a851b11bb706288.tar.gz
talos-obmc-uboot-3d9569b2329802c36ec834ff2a851b11bb706288.zip
Changed PPC44x startup message (cpu info, speed...) to common style:
On PPC44x platforms, the startup message generated in "cpu.c" only comprised the ppc type and revision but not additional informations like speed etc. Those speed infos where printed in the board specific code. This new implementation now prints all CPU infos in the common cpu specific code. No board specific code is needed anymore and therefore removed from all current 44x implementations. Patch by Stefan Roese, 27 Nov 2005
Diffstat (limited to 'include/configs/bamboo.h')
-rw-r--r--include/configs/bamboo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h
index ab8a1e78f1..eacc74446c 100644
--- a/include/configs/bamboo.h
+++ b/include/configs/bamboo.h
@@ -73,7 +73,7 @@
* Initial RAM & stack pointer (placed in SDRAM)
*----------------------------------------------------------------------*/
#define CFG_INIT_RAM_ADDR 0x70000000 /* DCache */
-#define CFG_INIT_RAM_END (8 << 10)
+#define CFG_INIT_RAM_END (4 << 10)
#define CFG_GBL_DATA_SIZE 256 /* num bytes initial data */
#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
OpenPOWER on IntegriCloud