mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
23 lines
221 B
Text
23 lines
221 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
section {
|
||
|
pad-byte = <0xff>;
|
||
|
u-boot-spl {
|
||
|
};
|
||
|
|
||
|
u-boot {
|
||
|
offset = <24>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
u-boot-spl2 {
|
||
|
type = "u-boot-spl";
|
||
|
};
|
||
|
};
|
||
|
};
|