From 9255f3c58ef509ea8d6480edcb0bd332b99ee63a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 24 Aug 2019 07:23:01 -0600 Subject: binman: Use underscore in test filenames At present a small number of test files use hyphens instead of underscores. Rename them for consistency. Signed-off-by: Simon Glass --- tools/binman/test/081_x86_start16_tpl.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/binman/test/081_x86_start16_tpl.dts (limited to 'tools/binman/test/081_x86_start16_tpl.dts') diff --git a/tools/binman/test/081_x86_start16_tpl.dts b/tools/binman/test/081_x86_start16_tpl.dts new file mode 100644 index 0000000000..68e6bbd68f --- /dev/null +++ b/tools/binman/test/081_x86_start16_tpl.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + size = <16>; + + x86-start16-tpl { + }; + }; +}; -- cgit v1.2.3