From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Sun, 02 May 2010 18:37:53 -0500 Subject: [U-Boot] [PATCH v2 05/17] SPEAr : Reducing the max RAM size to 128MB In-Reply-To: <1272250610-15439-6-git-send-email-vipin.kumar@st.com> References: <1272250610-15439-1-git-send-email-vipin.kumar@st.com> <1272250610-15439-2-git-send-email-vipin.kumar@st.com> <1272250610-15439-3-git-send-email-vipin.kumar@st.com> <1272250610-15439-4-git-send-email-vipin.kumar@st.com> <1272250610-15439-5-git-send-email-vipin.kumar@st.com> <1272250610-15439-6-git-send-email-vipin.kumar@st.com> Message-ID: <4BDE0CD1.40109@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Vipin KUMAR wrote: > Signed-off-by: Vipin Kumar > --- > 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 I verified that spear3xx and spear6xx only have 128GB Add a more descriptive long commit explaining why the change is necessary. Tom > > #endif