Closed zxombie closed 8 years ago
If there is a reference to a non-unique label dtc will complain, then crash. An example is:
/dts-v1/; / { baz { ref = <&bar0>; }; bar0: bar { }; bar0: bar { }; };
GNU dtc complains on this:
ERROR (duplicate_node_names): Duplicate node name /bar ERROR: Input tree has errors, aborting (use -f to force output)
The -f option seems to give some output, but I don't think we need to copy it.
If there is a reference to a non-unique label dtc will complain, then crash. An example is:
GNU dtc complains on this:
The -f option seems to give some output, but I don't think we need to copy it.