summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-04-23 07:46:01 -0600
committerTom Rini <[email protected]>2026-04-23 07:46:01 -0600
commit03fcc16d580342667da61ac87ecb12c4f1995be7 (patch)
tree9b7e479dfe8b55d1832f498c16f0e31a87a2a4b7 /cmd
parentbfe90a308a94caa9d855440683521ff04122ae2a (diff)
parent9e0511261221b63458bc0d4cfd08596f5c8840d4 (diff)
Merge tag 'xilinx-for-v2026.07-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
AMD/Xilinx/FPGA changes for v2026.07-rc1 v3. The biggest part is new pcie driver for Versal Gen 2 SOC. Others are small fixes and adjustments. versal2: - Wire PCIe IP cmd/fpga: - Fix loadb help text guarding - Add support for skipping fpga ID check zynqmp: - Describe missing devices/IDs - Fix issue around zu63dr_SE clk/versal: - Fix out-of-bounds parent id for DUMMY_PARENT net/gem: - Add support for 10GBE - Clear stale speed bits in NWCFG net/axi_emac: - Filter out broadcast and multicast packets pci: - Add driver for AMD PCIe IP based on DesignWare core
Diffstat (limited to 'cmd')
-rw-r--r--cmd/fpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fpga.c b/cmd/fpga.c
index d51c380d7b3..d347a700290 100644
--- a/cmd/fpga.c
+++ b/cmd/fpga.c
@@ -417,7 +417,7 @@ U_BOOT_CMD(fpga, 6, 1, do_fpga_wrapper,
"info [dev] List known device information\n"
"fpga dump <dev> <address> <size> Load device to memory buffer\n"
"fpga load <dev> <address> <size> Load device from memory buffer\n"
-#if defined(CONFIG_CMD_FPGA_LOADP)
+#if defined(CONFIG_CMD_FPGA_LOADB)
"fpga loadb <dev> <address> <size> Load device from bitstream buffer\n"
#endif
#if defined(CONFIG_CMD_FPGA_LOADP)