summaryrefslogtreecommitdiffstats
path: root/include/configs/bubinga.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-09-10 23:04:05 +0200
committerWolfgang Denk <wd@denx.de>2010-09-19 19:29:46 +0200
commitbf56080769f13025daaeb80d967eea19e7f78d60 (patch)
tree28e015029d231cc0d0130360398bbd6110b3a290 /include/configs/bubinga.h
parent07517e7f4f582d1607adbc444bab75af3ac4a7f9 (diff)
downloadblackbird-obmc-uboot-bf56080769f13025daaeb80d967eea19e7f78d60.tar.gz
blackbird-obmc-uboot-bf56080769f13025daaeb80d967eea19e7f78d60.zip
4xx: add missing CONFIG_SYS_SRAM_SIZE definition
A number of boards define CONFIG_SYS_SRAM_BASE but fail to define CONFIG_SYS_SRAM_SIZE which is needed when cleaning up the code that prints this information with the bdinfo command. Add the missing deinitions. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/bubinga.h')
-rw-r--r--include/configs/bubinga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bubinga.h b/include/configs/bubinga.h
index 627060a759..159a265d25 100644
--- a/include/configs/bubinga.h
+++ b/include/configs/bubinga.h
@@ -179,6 +179,7 @@
* (Set up by the startup code)
*/
#define CONFIG_SYS_SRAM_BASE 0xFFF00000
+#define CONFIG_SYS_SRAM_SIZE (256 << 10)
#define CONFIG_SYS_FLASH_BASE 0xFFF80000
/*-----------------------------------------------------------------------
OpenPOWER on IntegriCloud