diff options
Diffstat (limited to 'tools/binman/test/97_elf_strip.dts')
-rw-r--r-- | tools/binman/test/97_elf_strip.dts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/binman/test/97_elf_strip.dts b/tools/binman/test/97_elf_strip.dts deleted file mode 100644 index 6f3c66fd70..0000000000 --- a/tools/binman/test/97_elf_strip.dts +++ /dev/null @@ -1,15 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/dts-v1/; - -/ { - #address-cells = <1>; - #size-cells = <1>; - - binman { - u-boot-elf { - strip; - }; - u-boot-spl-elf { - }; - }; -}; |