From: Marek Vasut Date: Wed, 25 Dec 2013 23:53:26 +0000 (+0100) Subject: ARM: pxa: Fix OneNAND window access on VPAC270 X-Git-Tag: v2014.01-rc3~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4efd69250f6118ebd783867b3809001a1886ce9e;p=kernel%2Fu-boot.git ARM: pxa: Fix OneNAND window access on VPAC270 Access the OneNAND 1KiB window on the VPAC270 as an SRAM instead of accessing it as a burst-RAM. This fixes a problem where the board failed to reboot sometimes as the CPU couldn't start executing from the OneNAND 1KiB window. Signed-off-by: Marek Vasut Cc: Albert Aribaud Cc: Tom Rini --- diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 71a89b6..c6d4763 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -286,7 +286,7 @@ /* * Memory settings */ -#define CONFIG_SYS_MSC0_VAL 0x3ffc95fa +#define CONFIG_SYS_MSC0_VAL 0x3ffc95f9 #define CONFIG_SYS_MSC1_VAL 0x02ccf974 #define CONFIG_SYS_MSC2_VAL 0x00000000 #ifdef CONFIG_RAM_256M