diff options
| author | Tom Rini <[email protected]> | 2018-10-16 13:57:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-16 13:57:23 -0400 |
| commit | d0423c44f1acc68da10da8c16af4d82016479d7b (patch) | |
| tree | b361709388fef7be02c48fe78dfe16c083cb0a04 /cmd | |
| parent | 2364b70c87a8d4ac327a44161df32d2c8e209545 (diff) | |
| parent | b92055064e56207e284ae966dbd7bd407a7b0e8d (diff) | |
Merge git://git.denx.de/u-boot-microblaze
Xilinx changes for v2018.11-rc2-v2
FPGA:
- Fix SPL fpga loading from FIT
ARM64:
- Fix gic accesses in EL2/EL1
Xilinx:
- Add dlc20 board support
- Add Versal board support
- Sync defconfigs
- Enable MP via Kconfig
- Add missing efuse node
- Enable CDC for zcu100
cmd:
- Fix kgdb Kconfig dependency
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 7ed3c9c3b30..d66f710ad0f 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 |
