summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:24:58 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 12:37:05 (GMT)
commit523f97ac75449e9522ff4a3f138114908220aaee (patch)
tree0ef760aa40a351bf5cf79d7353fca96305b6f1cb /include
parent089df18bfe9dd6e98f34807247ec77e0e1b5f7a2 (diff)
downloadu-boot-523f97ac75449e9522ff4a3f138114908220aaee.tar.xz
Kconfig: Drop CONFIG_CMD_DS4510_INFO
This option is only used in one driver and two boards. It does not seem worth having the ability to remove this part of the support. Drop the option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/xpedite517x.h1
-rw-r--r--include/configs/xpedite537x.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h
index 447fd95..dae61b1 100644
--- a/include/configs/xpedite517x.h
+++ b/include/configs/xpedite517x.h
@@ -503,7 +503,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
* Command configuration.
*/
#define CONFIG_CMD_DS4510
-#define CONFIG_CMD_DS4510_INFO
#define CONFIG_CMD_DTT
#define CONFIG_CMD_EEPROM
#define CONFIG_CMD_IRQ
diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h
index 48f07b0..ce1ff86 100644
--- a/include/configs/xpedite537x.h
+++ b/include/configs/xpedite537x.h
@@ -355,7 +355,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
* Command configuration.
*/
#define CONFIG_CMD_DS4510
-#define CONFIG_CMD_DS4510_INFO
#define CONFIG_CMD_DTT
#define CONFIG_CMD_EEPROM
#define CONFIG_CMD_JFFS2