From 7efc9b0730f953d6b1a9f54de9f792a15c0c7a4f Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Tue, 24 Sep 2013 11:50:43 +0800 Subject: 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 --- include/configs/mx6qsabre_common.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.1