summaryrefslogtreecommitdiff
path: root/tools/binman/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-12 21:52:26 -0700
committerSimon Glass <sjg@chromium.org>2017-11-22 18:05:38 -0700
commit8772213ea690e025248626096195fdebf402de02 (patch)
treefab2da8e0bfe44c3ad454e008114ce6f3b4e56d5 /tools/binman/test
parent56509843003570f57f8600642258c77d525da0e5 (diff)
binman: Add a test for x86-start16-spl
This allows us to put the 16-bit x86 start-up code in SPL. Add a test for it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test')
-rw-r--r--tools/binman/test/48_x86-start16-spl.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/binman/test/48_x86-start16-spl.dts b/tools/binman/test/48_x86-start16-spl.dts
new file mode 100644
index 0000000000..e2009f15f0
--- /dev/null
+++ b/tools/binman/test/48_x86-start16-spl.dts
@@ -0,0 +1,13 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ size = <16>;
+
+ x86-start16-spl {
+ };
+ };
+};