diff mbox

[U-Boot,1/2] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common

Message ID 1434446402-5504-2-git-send-email-pbrobinson@gmail.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Peter Robinson June 16, 2015, 9:20 a.m. UTC
It's defind earlier in the file

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 include/configs/mx6_common.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 50370e1..b37477a 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -87,7 +87,6 @@ 
 #define CONFIG_CMD_FAT
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_NO_FLASH
 #undef CONFIG_CMD_IMLS
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_HUSH_PARSER