diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2013-12-21 18:03:09 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-07 16:41:12 -0500 |
commit | 8ad59c9a7bef49a18078888ad8eba8e87737c3b2 (patch) | |
tree | 9bb309364b217c7cd8991f7633cd3cd4e8d6c722 /include | |
parent | 456ccfdf0d5eefc153b143bd13731a59e2d71585 (diff) | |
download | u-boot-imx-8ad59c9a7bef49a18078888ad8eba8e87737c3b2.zip u-boot-imx-8ad59c9a7bef49a18078888ad8eba8e87737c3b2.tar.gz u-boot-imx-8ad59c9a7bef49a18078888ad8eba8e87737c3b2.tar.bz2 |
ARM: tam3517-common: fix nand spl boot
commit f9095aac793aa8917ab9b915c5d449e6dc8d3d30, "mtd: nand:
omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme"
removed CONFIG_SPL_NAND_SOFTECC from the tam3517 common config,
causing the spl nand boot to fail. Add it back, so derived
boards boot again.
Cc: Pekon Gupta <pekon@ti.com>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Raphael Assenat <raph@8d.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Tapani Utriainen <tapani@technexion.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tam3517-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index 439fc47..d44b5c0 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -224,6 +224,7 @@ #define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_CONSOLE #define CONFIG_SPL_NAND_SIMPLE +#define CONFIG_SPL_NAND_SOFTECC #define CONFIG_SPL_NAND_WORKSPACE 0x8f07f000 /* below BSS */ #define CONFIG_SPL_LIBCOMMON_SUPPORT |