diff options
author | Tom Rini <trini@ti.com> | 2014-03-28 12:03:36 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 14:39:54 -0400 |
commit | 6dd3b566893a99629771e076dca1ce8db7b77dc1 (patch) | |
tree | 8feeabc13bb6ab33a53a65ba40578ff4bd2ed8e6 /include | |
parent | 39b924a30465be6cc5ed009b4983cbc8c525e665 (diff) | |
download | u-boot-imx-6dd3b566893a99629771e076dca1ce8db7b77dc1.zip u-boot-imx-6dd3b566893a99629771e076dca1ce8db7b77dc1.tar.gz u-boot-imx-6dd3b566893a99629771e076dca1ce8db7b77dc1.tar.bz2 |
mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL
This mainly converts the am335x_spl_bch driver to the "normal" format
which means a slight change to nand_info within the driver.
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ti_armv7_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 69d69a5..1127b5b 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -245,6 +245,7 @@ #define CONFIG_SPL_NAND_BASE #define CONFIG_SPL_NAND_DRIVERS #define CONFIG_SPL_NAND_ECC +#define CONFIG_SPL_MTD_SUPPORT #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000 #endif |