diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-06-16 10:20:01 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-06-27 19:16:30 +0200 |
commit | 959da4ecd024c52be939b74241f93d02166013b8 (patch) | |
tree | bfc366565f53c45f77993123a6012e618956cd84 | |
parent | f9a1e9f8cc12ec5d68a009b9287633c6995b8920 (diff) | |
download | u-boot-959da4ecd024c52be939b74241f93d02166013b8.zip u-boot-959da4ecd024c52be939b74241f93d02166013b8.tar.gz u-boot-959da4ecd024c52be939b74241f93d02166013b8.tar.bz2 |
Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common
It's defind earlier in the file
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
-rw-r--r-- | include/configs/mx6_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |