mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-19 06:35:04 +02:00
18 lines
166 B
Plaintext
18 lines
166 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
sort-by-offset;
|
|
u-boot {
|
|
offset = <26>;
|
|
};
|
|
|
|
u-boot-spl {
|
|
offset = <1>;
|
|
};
|
|
};
|
|
};
|