android13/u-boot/tools/binman/test/24_sorted.dts

18 lines
157 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
sort-by-pos;
u-boot {
pos = <10>;
};
u-boot-spl {
pos = <5>;
};
};
};