binman: Drop unnecessary 'type' property in tests
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:24:59 +0000 (20:24 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
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>
tools/binman/test/149_symbols_tpl.dts
tools/binman/test/155_symbols_tpl_x86.dts

index dfc84af..0a4ab3f 100644 (file)
@@ -21,7 +21,6 @@
 
                section {
                        u-boot-tpl {
-                               type = "u-boot-tpl";
                        };
                };
        };
index 72ca447..9d7dc51 100644 (file)
@@ -24,7 +24,6 @@
 
                section {
                        u-boot-tpl {
-                               type = "u-boot-tpl";
                        };
                };
        };