summaryrefslogtreecommitdiff
path: root/tools/binman/test/033_x86-start16.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-10-01 12:22:30 -0600
committerSimon Glass <sjg@chromium.org>2018-10-09 04:40:27 -0600
commit741f2d620c3ff2d59d3b25c344ab6b8bec4a4c87 (patch)
treec6d758365740ff47c4df5ef7d26535853c9557f6 /tools/binman/test/033_x86-start16.dts
parent6e64ec1256875f6fafa853a74108fb57fd769e98 (diff)
downloadu-boot-741f2d620c3ff2d59d3b25c344ab6b8bec4a4c87.tar.gz
binman: Move to three-digit test-file numbers
We now have 99 tests. Before adding any more, rename everything to three digits. This helps to preserve the ordering of tests and makes it easier to find things. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test/033_x86-start16.dts')
-rw-r--r--tools/binman/test/033_x86-start16.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/binman/test/033_x86-start16.dts b/tools/binman/test/033_x86-start16.dts
new file mode 100644
index 0000000000..2e279dee9d
--- /dev/null
+++ b/tools/binman/test/033_x86-start16.dts
@@ -0,0 +1,13 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ size = <16>;
+
+ x86-start16 {
+ };
+ };
+};