diff options
| author | Simon Glass <[email protected]> | 2018-10-01 12:22:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-22 13:57:12 -0400 |
| commit | 3ae192c2a4d52a755031e93fa6cc3a31ba90f29f (patch) | |
| tree | 25d5be9da424fff629ee11dbae8ddcf24111062d /tools/binman/test/100_intel_refcode.dts | |
| parent | c95c666d0128e5ec0c161b531c568233a8d3979d (diff) | |
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 <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test/100_intel_refcode.dts')
| -rw-r--r-- | tools/binman/test/100_intel_refcode.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/binman/test/100_intel_refcode.dts b/tools/binman/test/100_intel_refcode.dts new file mode 100644 index 00000000000..0a1a0270e5f --- /dev/null +++ b/tools/binman/test/100_intel_refcode.dts @@ -0,0 +1,14 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + size = <16>; + + intel-refcode { + filename = "refcode.bin"; + }; + }; +}; |
