diff options
| author | Tom Rini <[email protected]> | 2025-11-19 08:21:29 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-19 08:21:29 -0600 |
| commit | 05ea0a387ff08792071f822eb9b4602ef471fe9e (patch) | |
| tree | 55f0177a0df3b10e616247d5caa9b36b9b6ebc58 /arch | |
| parent | 942b85636fcf840210672f76cf242cc94bf24e66 (diff) | |
| parent | 2e86581d055bff8335d7e43d58617db16f11384f (diff) | |
Merge tag 'xilinx-for-v2026.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
CI: https://source.denx.de/u-boot/custodians/u-boot-microblaze/-/pipelines/28413
AMD/Xilinx/FPGA changes for v2026.01-rc3
- Align brcp1 boot.bin location
- Fix MB-V compilation warning when AXI enet is enabled
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/zynq-binman-brcp1.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynq-binman-brcp1.dtsi b/arch/arm/dts/zynq-binman-brcp1.dtsi index 3cc8ee8b810..c853e8c7b15 100644 --- a/arch/arm/dts/zynq-binman-brcp1.dtsi +++ b/arch/arm/dts/zynq-binman-brcp1.dtsi @@ -15,7 +15,7 @@ blob@0 { filename = "spl/boot.bin"; - offset = <0x0>; + offset = <0x8000>; }; fit { |
