]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: kgdb: Enable kgdb only for PPC
authorMichal Simek <michal.simek@xilinx.com>
Thu, 4 Oct 2018 12:26:13 +0000 (14:26 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 9 Oct 2018 07:12:44 +0000 (09:12 +0200)
Only PPC supports this option that's why there should be proper
dependency setup via Kconfig.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
cmd/Kconfig

index 10a95f5a8afe9ac15e1bf945d3fff10b00422541..60976e755da312b22411c2a9267b48144c46cd13 100644 (file)
@@ -1523,6 +1523,7 @@ config CMD_IRQ
 
 config CMD_KGDB
        bool "kgdb - Allow debugging of U-Boot with gdb"
+       depends on PPC
        help
          This enables a 'kgdb' command which allows gdb to connect to U-Boot
          over a serial link for debugging purposes. This allows