diff options
author | Simon Glass <sjg@chromium.org> | 2017-11-12 21:52:26 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-11-22 18:05:38 -0700 |
commit | 8772213ea690e025248626096195fdebf402de02 (patch) | |
tree | fab2da8e0bfe44c3ad454e008114ce6f3b4e56d5 /tools/binman/test | |
parent | 56509843003570f57f8600642258c77d525da0e5 (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.dts | 13 |
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 { + }; + }; +}; |