From ae5564d1aec8b39f55f283f8d187b7b1603533bf Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 4 Apr 2017 21:17:14 -0700 Subject: 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 Reviewed-by: Simon Glass --- tools/binman/test/31_x86-rom-me.dts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/binman/test/31_x86-rom-me.dts') diff --git a/tools/binman/test/31_x86-rom-me.dts b/tools/binman/test/31_x86-rom-me.dts index b484ab31cf..ee3dac875a 100644 --- a/tools/binman/test/31_x86-rom-me.dts +++ b/tools/binman/test/31_x86-rom-me.dts @@ -9,9 +9,11 @@ end-at-4gb; size = <0x800000>; intel-descriptor { + filename = "descriptor.bin"; }; intel-me { + filename = "me.bin"; pos-unset; }; }; -- cgit