mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 12:45:29 -05:00
Remove obsolete references_dts0 test
The only purpose of the dtc_references_dts0 testcase was to check handling of references in the old dts v0 syntax. Since we no longer support the old syntax, and the references_dts0.dts has been converted to the new format, it's entirely redundant. This patch removes it. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
329055dbbc
commit
49c2da3085
2 changed files with 0 additions and 29 deletions
|
|
@ -212,9 +212,6 @@ dtc_tests () {
|
|||
run_dtc_test -I dts -O dtb -o dtc_references.test.dtb references.dts
|
||||
run_test references dtc_references.test.dtb
|
||||
|
||||
run_dtc_test -I dts -O dtb -o dtc_references_dts0.test.dtb references_dts0.dts
|
||||
run_test references dtc_references_dts0.test.dtb
|
||||
|
||||
run_dtc_test -I dts -O dtb -o dtc_path-references.test.dtb path-references.dts
|
||||
run_test path-references dtc_path-references.test.dtb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue