We are set up maximum SDRAM size 64MB, so fix comment text. Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- arch/arm/mach-clps711x/lowlevel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-clps711x/lowlevel.c b/arch/arm/mach-clps711x/lowlevel.c index b4d1bf1..0249c60 100644 --- a/arch/arm/mach-clps711x/lowlevel.c +++ b/arch/arm/mach-clps711x/lowlevel.c @@ -49,7 +49,7 @@ void __naked __bare_init barebox_arm_reset_vector(void) /* Setup Refresh Rate (64ms 8K Blocks) */ writel(SDRAM_REFRESH_RATE, SDRFPR); - /* Setup SDRAM (32MB, 16Bit*2, CAS=3) */ + /* Setup SDRAM params (64MB, 16Bit*2, CAS=3) */ writel(SDCONF_CASLAT_3 | SDCONF_SIZE_256 | SDCONF_WIDTH_16 | SDCONF_CLKCTL | SDCONF_ACTIVE, SDCONF); -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox