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/ap_sh4a_4a.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ap_sh4a_4a.h') diff --git a/include/configs/ap_sh4a_4a.h b/include/configs/ap_sh4a_4a.h index 4bcfb4c..d458705 100644 --- a/include/configs/ap_sh4a_4a.h +++ b/include/configs/ap_sh4a_4a.h @@ -18,7 +18,6 @@ #define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_TEXT_BASE 0x8BFC0000 -#define CONFIG_CMD_PING #define CONFIG_CMD_MII #define CONFIG_CMD_SDRAM #define CONFIG_CMD_ENV @@ -42,7 +41,6 @@ #define CONFIG_BITBANGMII_MULTI /* I2C */ -#define CONFIG_CMD_I2C #define CONFIG_SH_SH7734_I2C 1 #define CONFIG_HARD_I2C 1 #define CONFIG_I2C_MULTI_BUS 1 -- cgit v1.1