summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 10:24:59 +0300
committerSimon Glass <sjg@chromium.org>2021-03-26 07:03:09 +0300
commit30e1b0944ffc7c5ca5bae9344fe3f21c66b3f86d (patch)
treea1fcb50b8d766b978c3dca8c4fd598e95f3c2b91 /tools
parentd26efc89b11a41d2ef402cac47a3d4a55577084b (diff)
downloadu-boot-30e1b0944ffc7c5ca5bae9344fe3f21c66b3f86d.tar.xz
binman: Drop unnecessary 'type' property in tests
A few tests declare a type when this can be inferred from the node name. Drop these lines, since it might cause confusion. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/test/149_symbols_tpl.dts1
-rw-r--r--tools/binman/test/155_symbols_tpl_x86.dts1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/binman/test/149_symbols_tpl.dts b/tools/binman/test/149_symbols_tpl.dts
index dfc84af5e7..0a4ab3f1fa 100644
--- a/tools/binman/test/149_symbols_tpl.dts
+++ b/tools/binman/test/149_symbols_tpl.dts
@@ -21,7 +21,6 @@
section {
u-boot-tpl {
- type = "u-boot-tpl";
};
};
};
diff --git a/tools/binman/test/155_symbols_tpl_x86.dts b/tools/binman/test/155_symbols_tpl_x86.dts
index 72ca447447..9d7dc51b3d 100644
--- a/tools/binman/test/155_symbols_tpl_x86.dts
+++ b/tools/binman/test/155_symbols_tpl_x86.dts
@@ -24,7 +24,6 @@
section {
u-boot-tpl {
- type = "u-boot-tpl";
};
};
};