From: Tom Rini Date: Tue, 13 Jan 2015 21:42:53 +0000 (-0500) Subject: am335x_evm: Enable CONFIG_NAND_OMAP_GPMC_PREFETCH X-Git-Tag: v2015.04-rc1~1^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6e721bdb541e313528ffebb8c88532b41ae6df7c;p=u-boot am335x_evm: Enable CONFIG_NAND_OMAP_GPMC_PREFETCH Signed-off-by: Tom Rini --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 0004750518..d5e84ab46f 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -239,6 +239,7 @@ #define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024) /* NAND: driver related configs */ #define CONFIG_NAND_OMAP_GPMC +#define CONFIG_NAND_OMAP_GPMC_PREFETCH #define CONFIG_NAND_OMAP_ELM #define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS #define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, \