diff options
author | Karicheri, Muralidharan <m-karicheri2@ti.com> | 2014-04-04 13:16:50 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 17:24:38 -0400 |
commit | 999d7d326de45c014077cda9904e9ac25166c3f2 (patch) | |
tree | 71c3b02db96bd6d0bf8aaf509bb874226b6e4fec /README | |
parent | 11bc75572218eeb7f9d9a5f189e98e328a8aeac9 (diff) | |
download | u-boot-999d7d326de45c014077cda9904e9ac25166c3f2.zip u-boot-999d7d326de45c014077cda9904e9ac25166c3f2.tar.gz u-boot-999d7d326de45c014077cda9904e9ac25166c3f2.tar.bz2 |
NAND: DaVinci: allow forced disable of subpage writes
This patch introduces a configurable mechanism to disable
subpage writes in the DaVinci NAND driver.
Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Acked-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4496,6 +4496,11 @@ Low Level (hardware related) configuration options: - CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC: Enables the RTC32K OSC on AM33xx based plattforms +- CONFIG_SYS_NAND_NO_SUBPAGE_WRITE + Option to disable subpage write in NAND driver + driver that uses this: + drivers/mtd/nand/davinci_nand.c + Freescale QE/FMAN Firmware Support: ----------------------------------- |