diff options
| author | Jeroen Hofstee <[email protected]> | 2015-05-30 10:11:25 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-06-18 11:23:45 -0400 |
| commit | 817aa32b933f4a37e5da45f795e8c3338b8fd9df (patch) | |
| tree | 4072763d112da28482716ba1c14581da2ffdb69b /include | |
| parent | cb2fc338f8a877564cfc22a72714fade01f83c1d (diff) | |
boards: tam3517-common: enable gpmc prefetch mode
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 <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: pekon gupta <[email protected]>
Cc: Nishanth Menon <[email protected]>
Cc: Daniel Mack <[email protected]>
Cc: Tapani Utriainen <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
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 30bc2be74d1..af5cca649a5 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -260,6 +260,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 |
