diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:40 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 16:45:32 (GMT) |
commit | 6bac227a678613197bb5c36d45d1e1cbc22ae162 (patch) | |
tree | 5f2d15ea71af5028f8ede059f1ae8f8f12cf5be6 /include | |
parent | 1b330894bd40cb0d7ef37bb761d104820f794aae (diff) | |
download | u-boot-6bac227a678613197bb5c36d45d1e1cbc22ae162.tar.xz |
Convert CONFIG_CMD_KGDB to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_KGDB
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index df21c1a..b1f41ab 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 */ |