u-boot-brain/tools/binman/test/024_sorted.dts

18 lines
166 B
Plaintext
Raw Normal View History

/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
sort-by-offset;
u-boot {
offset = <26>;
};
u-boot-spl {
offset = <1>;
};
};
};