summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:40 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 16:45:32 (GMT)
commit6bac227a678613197bb5c36d45d1e1cbc22ae162 (patch)
tree5f2d15ea71af5028f8ede059f1ae8f8f12cf5be6
parent1b330894bd40cb0d7ef37bb761d104820f794aae (diff)
downloadu-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>
-rw-r--r--README1
-rw-r--r--cmd/Kconfig9
-rw-r--r--include/config_cmd_all.h1
-rw-r--r--scripts/config_whitelist.txt1
4 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 5d56009..98a51dc 100644
--- a/README
+++ b/README
@@ -853,7 +853,6 @@ The following options need to be configured:
CONFIG_CMD_IMPORTENV * import an environment
CONFIG_CMD_INI * import data from an ini file into the env
CONFIG_CMD_ITEST Integer/string test of 2 values
- CONFIG_CMD_KGDB * kgdb
CONFIG_CMD_LDRINFO * ldrinfo (display Blackfin loader)
CONFIG_CMD_LINK_LOCAL * link-local IP address auto-configuration
(169.254.*.*)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1dc8ba2..dc81913 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1200,6 +1200,15 @@ config CMD_IRQ
interrupts - enable or disable interrupts
irqinfo - print device-specific interrupt information
+
+config CMD_KGDB
+ bool "kgdb - Allow debugging of U-Boot with gdb"
+ help
+ This enables a 'kgdb' command which allows gdb to connect to U-Boot
+ over a serial link for debugging purposes. This allows
+ single-stepping, inspecting variables, etc. This is supported only
+ on PowerPC at present.
+
endmenu
config CMD_UBI
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 */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 32925ca..1d789ed 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -383,7 +383,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG
-CONFIG_CMD_KGDB
CONFIG_CMD_LOADY
CONFIG_CMD_LZMADEC
CONFIG_CMD_MAX6957