summaryrefslogtreecommitdiff
path: root/tools/binman/test/030_x86_rom_me_no_desc.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-24 16:23:01 +0300
committerSimon Glass <sjg@chromium.org>2019-10-15 17:40:02 +0300
commit9255f3c58ef509ea8d6480edcb0bd332b99ee63a (patch)
treee1c1e621468b24e121f2aa4fd9994c1b9a1d5b8b /tools/binman/test/030_x86_rom_me_no_desc.dts
parent2090f1e3d096bd124790e1716240e17e56325755 (diff)
downloadu-boot-9255f3c58ef509ea8d6480edcb0bd332b99ee63a.tar.xz
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/030_x86_rom_me_no_desc.dts')
-rw-r--r--tools/binman/test/030_x86_rom_me_no_desc.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/binman/test/030_x86_rom_me_no_desc.dts b/tools/binman/test/030_x86_rom_me_no_desc.dts
new file mode 100644
index 0000000000..796cb87afc
--- /dev/null
+++ b/tools/binman/test/030_x86_rom_me_no_desc.dts
@@ -0,0 +1,16 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ sort-by-offset;
+ end-at-4gb;
+ size = <16>;
+ intel-me {
+ filename = "me.bin";
+ offset-unset;
+ };
+ };
+};