Re: [U-Boot] [PATCH] mx51evk: Fix number of DDR banks

2011-05-20 Thread Stefano Babic
On 05/19/2011 06:32 PM, Fabio Estevam wrote: > MX51EVK board has 2 banks of 256MB DDR memories instead of a single one with > 512MB. > > Signed-off-by: Fabio Estevam > --- Hi Fabio, > board/freescale/mx51evk/mx51evk.c | 18 +++--- > include/configs/mx51evk.h |7 +

[U-Boot] [PATCH] mx51evk: Fix number of DDR banks

2011-05-19 Thread Fabio Estevam
MX51EVK board has 2 banks of 256MB DDR memories instead of a single one with 512MB. Signed-off-by: Fabio Estevam --- board/freescale/mx51evk/mx51evk.c | 18 +++--- include/configs/mx51evk.h |7 +-- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/boa