diff options
| author | Tom Rini <[email protected]> | 2026-05-06 08:55:26 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-06 08:55:26 -0600 |
| commit | e08877916e24cf97d3afc67aee65ed2204790f48 (patch) | |
| tree | 99a846648dec953960b572498b18586d126e15a7 | |
| parent | 8399b039b038e72ff51640c61dd762f3368306f5 (diff) | |
| parent | de79075f0f6b8795d1f9e30ff36435583b1a119a (diff) | |
Merge tag 'mips-fixes-for-v2026.07' of https://source.denx.de/u-boot/custodians/u-boot-mips
- mips: mtmips: align MT7621 image blobs to 8-byte boundary
| -rw-r--r-- | arch/mips/dts/mt7621-u-boot.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/dts/mt7621-u-boot.dtsi b/arch/mips/dts/mt7621-u-boot.dtsi index fbac2ade25a..a6e585a0853 100644 --- a/arch/mips/dts/mt7621-u-boot.dtsi +++ b/arch/mips/dts/mt7621-u-boot.dtsi @@ -47,13 +47,13 @@ &binman { u-boot-spl-ddr { - align = <4>; - align-size = <4>; + align = <8>; + align-size = <8>; filename = "u-boot-spl-ddr.bin"; pad-byte = <0xff>; u-boot-spl { - align-end = <4>; + align-end = <8>; filename = "u-boot-spl.bin"; }; @@ -90,7 +90,7 @@ #ifndef CONFIG_MT7621_BOOT_FROM_NAND u-boot-tpl { - align-end = <4>; + align-end = <8>; filename = "u-boot-tpl.bin"; }; #endif |
