]> git.baikalelectronics.ru Git - uboot.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)
commit0ed80692fb724860cec960049d681c8530aa9443
treefde964d8bb55c77c6247f03f4c44e6b8f98a2e4a
parent8954ff50c52fb51088ba59b5f8901920c2831eb3
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