summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-03-28 12:03:36 -0400
committerTom Rini <trini@ti.com>2014-04-17 14:39:54 -0400
commit6dd3b566893a99629771e076dca1ce8db7b77dc1 (patch)
tree8feeabc13bb6ab33a53a65ba40578ff4bd2ed8e6 /README
parent39b924a30465be6cc5ed009b4983cbc8c525e665 (diff)
downloadblackbird-obmc-uboot-6dd3b566893a99629771e076dca1ce8db7b77dc1.tar.gz
blackbird-obmc-uboot-6dd3b566893a99629771e076dca1ce8db7b77dc1.zip
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 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 39e05d333c..7b5d01ba6b 100644
--- a/README
+++ b/README
@@ -3326,6 +3326,10 @@ FIT uImage format:
Support for NAND boot using simple NAND drivers that
expose the cmd_ctrl() interface.
+ CONFIG_SPL_MTD_SUPPORT
+ Support for the MTD subsystem within SPL. Useful for
+ environment on NAND support within SPL.
+
CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
Set for the SPL on PPC mpc8xxx targets, support for
drivers/ddr/fsl/libddr.o in SPL binary.
OpenPOWER on IntegriCloud