Re: [U-Boot] [PATCH 4/6] mv-common.h: fix DRAM banks configuration

2011-05-01 Thread Simon Guinot
Hi Eric, On Sun, May 01, 2011 at 12:11:13PM -0400, Eric Cooper wrote: > On Sun, May 01, 2011 at 05:04:02PM +0200, Simon Guinot wrote: > > --- a/include/configs/mv-common.h > > +++ b/include/configs/mv-common.h > > @@ -113,6 +113,9 @@ > > #define CONFIG_SYS_RESET_ADDRESS 0x/* Rst V

Re: [U-Boot] [PATCH 4/6] mv-common.h: fix DRAM banks configuration

2011-05-01 Thread Eric Cooper
On Sun, May 01, 2011 at 05:04:02PM +0200, Simon Guinot wrote: > --- a/include/configs/mv-common.h > +++ b/include/configs/mv-common.h > @@ -113,6 +113,9 @@ > #define CONFIG_SYS_RESET_ADDRESS 0x /* Rst Vector Adr */ > #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ >

[U-Boot] [PATCH 4/6] mv-common.h: fix DRAM banks configuration

2011-05-01 Thread Simon Guinot
From: Simon Guinot The asm/arch/config.h header define CONFIG_NR_DRAM_BANKS_MAX, which is needed to configure DRAM banks. This patch move the asm/arch/config.h header inclusion above the DRAM banks configuration. Signed-off-by: Simon Guinot --- include/configs/mv-common.h |6 +++--- 1 fil