mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user