summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-06 11:41:45 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:43 +0800
commit0699914fe2e0bed92d5bab4cd051deed4e74d7dc (patch)
tree823fa527747578ff43b12323447d4b620076c1d5 /include/configs
parent1c29dc80ab7d8fa9dede5998286ce17f408740f4 (diff)
downloadu-boot-imx-0699914fe2e0bed92d5bab4cd051deed4e74d7dc.zip
u-boot-imx-0699914fe2e0bed92d5bab4cd051deed4e74d7dc.tar.gz
u-boot-imx-0699914fe2e0bed92d5bab4cd051deed4e74d7dc.tar.bz2
ENGR00315894-29 configs/mx6sabre_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> Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sabre_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index f7d0d35..a225624 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -333,7 +333,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