summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-23 05:30:20 +0300
committerSimon Glass <sjg@chromium.org>2021-01-05 22:24:40 +0300
commitacfb5308f5e51fd1f4428618d704ad0de2358871 (patch)
treefde964d8bb55c77c6247f03f4c44e6b8f98a2e4a /arch/sandbox
parent2d6bf754ced8fc66cb945d026b66865da4fede85 (diff)
downloadu-boot-acfb5308f5e51fd1f4428618d704ad0de2358871.tar.xz
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>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/sandbox.dtsi5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi
index 81cdc55b0d..7b4fc94495 100644
--- a/arch/sandbox/dts/sandbox.dtsi
+++ b/arch/sandbox/dts/sandbox.dtsi
@@ -248,11 +248,6 @@
stringarray = "one";
};
- spl-test4 {
- u-boot,dm-pre-reloc;
- compatible = "sandbox,spl-test.2";
- };
-
spl-test5 {
u-boot,dm-tpl;
compatible = "sandbox,spl-test";