diff options
author | Luka Perkov <luka.perkov@sartura.hr> | 2015-10-31 21:08:35 +0100 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-11-17 23:41:41 +0100 |
commit | e19f42c3eb2423af8fffe4e947b3a67cd953dc4a (patch) | |
tree | 3eecda309fa0684f906428af210b0b7399ce0a94 /include | |
parent | bd4c1d3e965fc82d6f3ecb059a2833fc0d224266 (diff) | |
download | u-boot-imx-e19f42c3eb2423af8fffe4e947b3a67cd953dc4a.zip u-boot-imx-e19f42c3eb2423af8fffe4e947b3a67cd953dc4a.tar.gz u-boot-imx-e19f42c3eb2423af8fffe4e947b3a67cd953dc4a.tar.bz2 |
arm: kirkwood: ib62x0: drop CONFIG_CMD_ENV define
The CONFIG_CMD_ENV is enabled by default so we can safely remove it.
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ib62x0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 73caaca..ad966bd 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -42,7 +42,6 @@ */ #define CONFIG_SYS_NO_FLASH /* declare no flash (NOR/SPI) */ #define CONFIG_SYS_MVFS -#define CONFIG_CMD_ENV #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_IDE #define CONFIG_CMD_MII |