mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
23 lines
206 B
Text
23 lines
206 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
multiple-images;
|
||
|
image1 {
|
||
|
u-boot {
|
||
|
};
|
||
|
};
|
||
|
|
||
|
image2 {
|
||
|
pad-before = <3>;
|
||
|
pad-after = <5>;
|
||
|
|
||
|
u-boot {
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|