diff options
author | Marek Vasut | 2013-12-26 00:53:26 +0100 |
---|---|---|
committer | Marek Vasut | 2014-01-13 12:39:10 +0100 |
commit | 4efd69250f6118ebd783867b3809001a1886ce9e (patch) | |
tree | 427872f88b82f2775bd3c6bdb219b7a2a92f74d9 /include/configs/vpac270.h | |
parent | 67decc71ed887d91fd17a1731533ff7a277e6fb5 (diff) |
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 <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/vpac270.h')
-rw-r--r-- | include/configs/vpac270.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 71a89b6edd1..c6d47635b38 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 |