binman: Add a test for Intel reference code

Unfortunately the test was not included in the original implementation.
Add one.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2018-10-01 12:22:31 -06:00
committed by Tom Rini
parent c95c666d01
commit 3ae192c2a4
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
size = <16>;
intel-refcode {
filename = "refcode.bin";
};
};
};