mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-20 23:18:16 +02:00
17 lines
175 B
Plaintext
17 lines
175 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
sort-by-offset;
|
|
u-boot {
|
|
};
|
|
image-header {
|
|
offset = <0x80>;
|
|
location = "start";
|
|
};
|
|
};
|
|
};
|