mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 02:24:03 +02:00
sandbox: Drop unnecessary test node
The spl-test4 node deliberately has an invalid compatible string. This causes a warning from dtoc and the check it does is not really necessary. Drop it, to avoid the warning and associated confusion. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -17,7 +17,6 @@ def test_spl_devicetree(u_boot_console):
|
||||
assert "u-boot,dm-spl" not in output
|
||||
assert "u-boot,dm-tpl" not in output
|
||||
|
||||
assert "spl-test4" in output
|
||||
assert "spl-test5" not in output
|
||||
assert "spl-test6" not in output
|
||||
assert "spl-test7" in output
|
||||
|
Reference in New Issue
Block a user