diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-24 07:23:01 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-10-15 08:40:02 -0600 |
commit | 9255f3c58ef509ea8d6480edcb0bd332b99ee63a (patch) | |
tree | e1c1e621468b24e121f2aa4fd9994c1b9a1d5b8b /tools/binman/test/081_x86-start16-tpl.dts | |
parent | 2090f1e3d096bd124790e1716240e17e56325755 (diff) |
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 <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test/081_x86-start16-tpl.dts')
-rw-r--r-- | tools/binman/test/081_x86-start16-tpl.dts | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/binman/test/081_x86-start16-tpl.dts b/tools/binman/test/081_x86-start16-tpl.dts deleted file mode 100644 index 68e6bbd68f..0000000000 --- a/tools/binman/test/081_x86-start16-tpl.dts +++ /dev/null @@ -1,14 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/dts-v1/; - -/ { - #address-cells = <1>; - #size-cells = <1>; - - binman { - size = <16>; - - x86-start16-tpl { - }; - }; -}; |