diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-04-04 21:17:14 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-04-10 10:02:03 +0800 |
commit | ae5564d1aec8b39f55f283f8d187b7b1603533bf (patch) | |
tree | aa50e4318a0333e70343af2067b0a6336bd157a8 /tools/binman/test/30_x86-rom-me-no-desc.dts | |
parent | 13c531e52a09b4e6ffa8b5a1457199b0a574cb27 (diff) |
tools: binman: Add missing filenames for various x86 rom tests
With recent changes, some x86-specific rom tests of binman fail to
run. Fix it by adding missing filenames in corresponding entries.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test/30_x86-rom-me-no-desc.dts')
-rw-r--r-- | tools/binman/test/30_x86-rom-me-no-desc.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/test/30_x86-rom-me-no-desc.dts b/tools/binman/test/30_x86-rom-me-no-desc.dts index 4578f660ac..68d3ce09ec 100644 --- a/tools/binman/test/30_x86-rom-me-no-desc.dts +++ b/tools/binman/test/30_x86-rom-me-no-desc.dts @@ -9,6 +9,7 @@ end-at-4gb; size = <16>; intel-me { + filename = "me.bin"; pos-unset; }; }; |