diff options
author | Nishanth Menon | 2009-02-02 18:20:12 -0600 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-06 23:07:33 +0100 |
commit | e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8 (patch) | |
tree | 6c9c011c694ee158936e842e4d3ede6bd182c35d /include/configs/omap3_zoom1.h | |
parent | 05fd88776419df59e7f37bac063a209409dd801d (diff) |
ARM:OMAP3:Zoom1: Add nand unlock option
Enable NAND_UNLOCK option for unlocking nand for
erase/write operations
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r-- | include/configs/omap3_zoom1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 54d2416bd4c..f8ae1639478 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -103,6 +103,7 @@ #define CONFIG_CMD_I2C /* I2C serial bus support */ #define CONFIG_CMD_MMC /* MMC support */ #define CONFIG_CMD_NAND /* NAND support */ +#define CONFIG_CMD_NAND_LOCK_UNLOCK /* Enable lock/unlock support */ #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ #undef CONFIG_CMD_FPGA /* FPGA configuration Support */ |