From 6bac227a678613197bb5c36d45d1e1cbc22ae162 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:40 -0600 Subject: Convert CONFIG_CMD_KGDB to Kconfig This converts the following to Kconfig: CONFIG_CMD_KGDB Signed-off-by: Simon Glass --- include/config_cmd_all.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index df21c1a483..b1f41abf4f 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,7 +13,6 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_KGDB /* kgdb */ #define CONFIG_CMD_MFSL /* FSL support for Microblaze */ #define CONFIG_CMD_MTDPARTS /* mtd parts support */ #define CONFIG_CMD_NAND /* NAND support */ -- cgit