Skip to content

Commit

Permalink
cmd: kgdb: Enable kgdb only for PPC
Browse files Browse the repository at this point in the history
Only PPC supports this option that's why there should be proper
dependency setup via Kconfig.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Michal Simek committed Oct 16, 2018
1 parent 22270ca commit b920550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,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
Expand Down

0 comments on commit b920550

Please sign in to comment.