diff options
| author | Tom Rini <[email protected]> | 2026-03-27 12:11:33 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-27 12:11:33 -0600 |
| commit | 6334f2967873516a10f329e4022d02b713e5be31 (patch) | |
| tree | d914103df99e1a0cc40afaa184b4a44c0f1b2299 /board | |
| parent | 80a4c49a4ab2ad06fa84a8b7bdf6e33b3b5101bf (diff) | |
| parent | fcc50761f3d0518c4d1693f75d2e79ad7b108355 (diff) | |
Merge tag 'xilinx-for-v2026.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
AMD/Xilinx/FPGA changes for v2026.07-rc1 v2
Kconfig:
- Correct XILINX_TIMER entry
- Rework TARGET_MICROBLAZE_GENERIC
- Fix CPU_MICROBLAZE PVR logic
- Remove non existing SPL_BINMAN_FDT
i2c:
- Wire pca9848 support
spi/cadence-qspi:
- Disable DAC mode
- Do reset pulse
net/gem:
- Disable broadcast packets
- Clear TXSR transfer complete
- Add support for dma-coherent
versal2:
- Enable GIC600 support
- Fix UFS distro boot wiring
Diffstat (limited to 'board')
| -rw-r--r-- | board/BuR/zynq/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/BuR/zynq/Kconfig b/board/BuR/zynq/Kconfig index b450a21bd98..c7010fb26b3 100644 --- a/board/BuR/zynq/Kconfig +++ b/board/BuR/zynq/Kconfig @@ -7,7 +7,6 @@ config TARGET_ZYNQ_BR bool "Support BR Zynq builds" depends on SYS_VENDOR = "BuR" select BINMAN - select SPL_BINMAN_FDT endif |
