mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
20 lines
194 B
Plaintext
20 lines
194 B
Plaintext
![]() |
/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>;
|
||
|
};
|
||
|
};
|
||
|
};
|