From e19f42c3eb2423af8fffe4e947b3a67cd953dc4a Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 31 Oct 2015 21:08:35 +0100 Subject: 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 --- include/configs/ib62x0.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ib62x0.h') diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 73caaca0f1..ad966bd9ac 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 -- cgit v1.2.1