]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Drop unnecessary test node
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 02:30:20 +0000 (19:30 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commitacfb5308f5e51fd1f4428618d704ad0de2358871
treefde964d8bb55c77c6247f03f4c44e6b8f98a2e4a
parent2d6bf754ced8fc66cb945d026b66865da4fede85
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>
arch/sandbox/dts/sandbox.dtsi
test/py/tests/test_ofplatdata.py
tools/dtoc/dtoc_test_simple.dts
tools/dtoc/test_dtoc.py