diff options
Diffstat (limited to 'tools/binman/test/160_pack_overlap_zero.dts')
-rw-r--r-- | tools/binman/test/160_pack_overlap_zero.dts | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/binman/test/160_pack_overlap_zero.dts b/tools/binman/test/160_pack_overlap_zero.dts deleted file mode 100644 index 731aa1cbe6..0000000000 --- a/tools/binman/test/160_pack_overlap_zero.dts +++ /dev/null @@ -1,18 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ - -/dts-v1/; - -/ { - #address-cells = <1>; - #size-cells = <1>; - - binman { - u-boot { - }; - - fill { - size = <0>; - offset = <3>; - }; - }; -}; |