diff options
author | Jason Liu <r64343@freescale.com> | 2013-09-24 11:50:43 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-09-25 13:42:00 +0800 |
commit | 7efc9b0730f953d6b1a9f54de9f792a15c0c7a4f (patch) | |
tree | 5aaa81be8af1a466a646f0a435209a1ff1a4426e | |
parent | 9a213fc342a50f24544a718e2c71e8637c9c2d6f (diff) | |
download | u-boot-imx-7efc9b0730f953d6b1a9f54de9f792a15c0c7a4f.zip u-boot-imx-7efc9b0730f953d6b1a9f54de9f792a15c0c7a4f.tar.gz u-boot-imx-7efc9b0730f953d6b1a9f54de9f792a15c0c7a4f.tar.bz2 |
ENGR00280943 configs/mx6qsabre_common: remove HW PROTECTION for NOR flash
The CONFIG_SYS_FLASH_PROTECTION will mark env partion of the NOR flash to
RO, which will cause some problems for the tools such as MFG, thus turn it
off to make life easier.
Signed-off-by: Jason Liu <r64343@freescale.com>
-rw-r--r-- | include/configs/mx6qsabre_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 5b17560..0396896 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -314,7 +314,6 @@ #define CONFIG_FLASH_CFI_DRIVER /* Use drivers/cfi_flash.c */ #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* Use buffered writes*/ #define CONFIG_SYS_FLASH_EMPTY_INFO -#define CONFIG_SYS_FLASH_PROTECTION #endif #ifdef CONFIG_SYS_USE_NAND |