Brooklyn/kernel/u-boot-master/tools/binman/test/04_invalid_entry.dts

12 lines
102 B
Plaintext
Raw Normal View History

/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
not-a-valid-type {
};
};
};