]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 dfc84af5e72f4e4659fa36aca67ad68f40b71244..0a4ab3f1fabdd321b5fa49cc4071686678efe153 100644 (file)
@@ -21,7 +21,6 @@
 
                section {
                        u-boot-tpl {
-                               type = "u-boot-tpl";
                        };
                };
        };
index 72ca4474474cef43bfdd5d10c194634f0d3bfca2..9d7dc51b3d9b68c4fa78b2ad21c7215f9e50827f 100644 (file)
@@ -24,7 +24,6 @@
 
                section {
                        u-boot-tpl {
-                               type = "u-boot-tpl";
                        };
                };
        };