[U-Boot] [PATCH 3/3] boards: tam3517-common: enable gpmc prefetch mode
Jeroen Hofstee
jeroen at myspectrum.nl
Sat May 30 10:11:25 CEST 2015
Since the tam3517 base board has a 16bit wide nand connected to
the gpmc, enable the prefetch mode, since that is now supported.
Cc: Scott Wood <scottwood at freescale.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: pekon gupta <pekon at ti.com>
Cc: Nishanth Menon <nm at ti.com>
Cc: Daniel Mack <zonque at gmail.com>
Cc: Tapani Utriainen <tapani at technexion.com>
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
include/configs/tam3517-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h
index 2d12e86..169097f 100644
--- a/include/configs/tam3517-common.h
+++ b/include/configs/tam3517-common.h
@@ -261,6 +261,7 @@
#define CONFIG_SYS_NAND_ECCSIZE 256
#define CONFIG_SYS_NAND_ECCBYTES 3
#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_SW
+#define CONFIG_NAND_OMAP_GPMC_PREFETCH
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE
--
1.9.1
More information about the U-Boot
mailing list