From d29c96f5a36f4ae44935f0ca8a426f1b172fe632 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 16 Jun 2015 10:20:01 +0100 Subject: [PATCH] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common It's defind earlier in the file Signed-off-by: Peter Robinson --- include/configs/mx6_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index cdb9bf2db9..0667830c22 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -88,7 +88,7 @@ #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 #define CONFIG_CMDLINE_EDITING -- 2.39.2