Commit 4efd69250f6118ebd783867b3809001a1886ce9e

Authored by Marek Vasut
1 parent 67decc71ed

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/vpac270.h
... ... @@ -286,7 +286,7 @@
286 286 /*
287 287 * Memory settings
288 288 */
289   -#define CONFIG_SYS_MSC0_VAL 0x3ffc95fa
  289 +#define CONFIG_SYS_MSC0_VAL 0x3ffc95f9
290 290 #define CONFIG_SYS_MSC1_VAL 0x02ccf974
291 291 #define CONFIG_SYS_MSC2_VAL 0x00000000
292 292 #ifdef CONFIG_RAM_256M