diff options
Diffstat (limited to 'tools/binman/test/31_x86-rom-me.dts')
-rw-r--r-- | tools/binman/test/31_x86-rom-me.dts | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; }; |