From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 9 Apr 2017 13:27:30 -0600 Subject: [U-Boot] [PATCH] tools: binman: Add missing filenames for various x86 rom tests In-Reply-To: <1491365834-28820-1-git-send-email-bmeng.cn@gmail.com> References: <1491365834-28820-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4 April 2017 at 22:17, Bin Meng wrote: > 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 > --- > > tools/binman/test/30_x86-rom-me-no-desc.dts | 1 + > tools/binman/test/31_x86-rom-me.dts | 2 ++ > tools/binman/test/32_intel-vga.dts | 1 + > tools/binman/test/42_intel-fsp.dts | 1 + > tools/binman/test/43_intel-cmc.dts | 1 + > 5 files changed, 6 insertions(+) Reviewed-by: Simon Glass