From 89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 24 Apr 2016 17:29:26 -0400 Subject: configs: Re-sync with cmd/Kconfig Update the config.h and defconfig files for the commands that 8e3c036 converted over to Kconfig Signed-off-by: Tom Rini --- arch/arm/mach-kirkwood/include/mach/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/mach-kirkwood') diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index 0c4309ff00..60b60aa6f6 100644 --- a/arch/arm/mach-kirkwood/include/mach/config.h +++ b/arch/arm/mach-kirkwood/include/mach/config.h @@ -80,7 +80,6 @@ * Ethernet Driver configuration */ #ifdef CONFIG_CMD_NET -#define CONFIG_CMD_MII #define CONFIG_NETCONSOLE /* include NetConsole support */ #define CONFIG_MII /* expose smi ove miiphy interface */ #define CONFIG_MVGBE /* Enable Marvell Gbe Controller Driver */ @@ -102,7 +101,6 @@ */ #ifdef CONFIG_CMD_IDE #define __io -#define CONFIG_CMD_EXT2 #define CONFIG_MVSATA_IDE #define CONFIG_IDE_PREINIT #define CONFIG_MVSATA_IDE_USE_PORT1 -- cgit v1.2.1