[U-Boot] [PATCH 04/28] SPEAr : Reducing the max RAM size to 128MB

Vipin KUMAR vipin.kumar at st.com
Wed Jul 14 07:09:40 CEST 2010


From: Vipin KUMAR <vipin.kumar at st.com>

Signed-off-by: Vipin Kumar <vipin.kumar at st.com>
---
 include/configs/spear-common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h
index cc52e39..b526558 100644
--- a/include/configs/spear-common.h
+++ b/include/configs/spear-common.h
@@ -208,6 +208,6 @@
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS			1
 #define PHYS_SDRAM_1				0x00000000
-#define PHYS_SDRAM_1_MAXSIZE			0x40000000
+#define PHYS_SDRAM_1_MAXSIZE			0x08000000
 
 #endif
-- 
1.6.0.2



More information about the U-Boot mailing list