mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
cmd: kgdb: Enable kgdb only for PPC
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>
This commit is contained in:
@@ -1811,6 +1811,7 @@ config CMD_IRQ
|
|||||||
|
|
||||||
config CMD_KGDB
|
config CMD_KGDB
|
||||||
bool "kgdb - Allow debugging of U-Boot with gdb"
|
bool "kgdb - Allow debugging of U-Boot with gdb"
|
||||||
|
depends on PPC
|
||||||
help
|
help
|
||||||
This enables a 'kgdb' command which allows gdb to connect to U-Boot
|
This enables a 'kgdb' command which allows gdb to connect to U-Boot
|
||||||
over a serial link for debugging purposes. This allows
|
over a serial link for debugging purposes. This allows
|
||||||
|
Reference in New Issue
Block a user