From fa379223cd61052331342e525778d96270ee6ed9 Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Fri, 4 Aug 2017 16:34:40 -0600 Subject: Convert CONFIG_CMD_REGINFO to Kconfig This patch converts CONFIG_CMD_REGINFO to Kconfig Signed-off-by: Christophe Leroy Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- include/configs/p1_twr.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/p1_twr.h') diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 377f79a251..a60a82d8a2 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -372,11 +372,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_LOADS_ECHO /* echo on for serial download */ #define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */ -/* - * Command line configuration. - */ -#define CONFIG_CMD_REGINFO - /* * USB */ -- cgit v1.2.1