From: Nishanth Menon Date: Tue, 3 Feb 2009 00:20:12 +0000 (-0600) Subject: ARM:OMAP3:Zoom1: Add nand unlock option X-Git-Tag: v2009.03-rc1~29^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8;p=kernel%2Fu-boot.git ARM:OMAP3:Zoom1: Add nand unlock option Enable NAND_UNLOCK option for unlocking nand for erase/write operations Signed-off-by: Nishanth Menon --- diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 54d2416..f8ae163 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 */