forked from OERV-BSP/u-boot
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:
14
tools/binman/test/100_intel_refcode.dts
Normal file
14
tools/binman/test/100_intel_refcode.dts
Normal file
@@ -0,0 +1,14 @@
|
||||
/dts-v1/;
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
binman {
|
||||
size = <16>;
|
||||
|
||||
intel-refcode {
|
||||
filename = "refcode.bin";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user