From 78d1e1d0a157c8b48ea19be6170b992745d30f38 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 22 Apr 2016 16:41:25 -0400 Subject: configs: Re-sync almost all of cmd/Kconfig This syncs up the current cmd/Kconfig and include/configs/ files with the only exception being CMD_NAND. Due to how we have used this historically we need to take further care here when converting. Signed-off-by: Tom Rini --- include/configs/legoev3.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/legoev3.h') diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index ee458d3..a2a337d 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -128,7 +128,6 @@ #define CONFIG_BAUDRATE 115200 /* Default baud rate */ #define CONFIG_SPI -#define CONFIG_CMD_SF #define CONFIG_DAVINCI_SPI #define CONFIG_SYS_SPI_BASE DAVINCI_SPI0_BASE #define CONFIG_SYS_SPI_CLK clk_get(DAVINCI_SPI0_CLKID) @@ -211,17 +210,14 @@ * U-Boot commands */ #define CONFIG_CMD_ASKENV -#define CONFIG_CMD_DHCP #define CONFIG_CMD_DIAG #define CONFIG_CMD_MII -#define CONFIG_CMD_PING #define CONFIG_CMD_SAVES #ifdef CONFIG_CMD_BDI #define CONFIG_CLOCKS #endif -#define CONFIG_CMD_SPI #define CONFIG_ENV_IS_NOWHERE #define CONFIG_SYS_NO_FLASH -- cgit v1.1