Minimal known SDRAM size for CLPS711X-target is 8MB, so decrease initial memory size to this value. 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 245ac93..7eed556 100644 --- a/arch/arm/mach-clps711x/lowlevel.c +++ b/arch/arm/mach-clps711x/lowlevel.c @@ -53,5 +53,5 @@ void __naked __bare_init barebox_arm_reset_vector(void) writel(SDCONF_CASLAT_3 | SDCONF_SIZE_256 | SDCONF_WIDTH_16 | SDCONF_CLKCTL | SDCONF_ACTIVE, SDCONF); - barebox_arm_entry(SDRAM0_BASE, SZ_32M, 0); + barebox_arm_entry(SDRAM0_BASE, SZ_8M, 0); } -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox