mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 01:38:22 +00:00
20 lines
194 B
Text
20 lines
194 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
sort-by-pos;
|
||
|
end-at-4gb;
|
||
|
size = <16>;
|
||
|
u-boot {
|
||
|
pos = <0>;
|
||
|
};
|
||
|
|
||
|
u-boot-spl {
|
||
|
pos = <0xfffffff7>;
|
||
|
};
|
||
|
};
|
||
|
};
|