mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
20 lines
203 B
Text
20 lines
203 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
sort-by-pos;
|
||
|
end-at-4gb;
|
||
|
size = <16>;
|
||
|
u-boot {
|
||
|
pos = <0xfffffff0>;
|
||
|
};
|
||
|
|
||
|
u-boot-spl {
|
||
|
pos = <0xfffffff7>;
|
||
|
};
|
||
|
};
|
||
|
};
|