mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-18 05:12:09 +02:00
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
size = <0x400>;
|
|
sort-by-offset;
|
|
u-boot {
|
|
offset = <0x100>;
|
|
};
|
|
fdtmap {
|
|
};
|
|
image-header {
|
|
location = "start";
|
|
};
|
|
};
|
|
};
|