]> git.sur5r.net Git - u-boot/blobdiff - include/configs/bamboo.h
Changed PPC44x startup message (cpu info, speed...) to common style:
[u-boot] / include / configs / bamboo.h
index ab8a1e78f10a6bd74747334ab0dc6430279be28a..eacc74446cebc27bb9a6e20b6c2769838252b731 100644 (file)
@@ -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