From 602985ee3db3fde5f68f63d2ef9fc8f4d318dfd4 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Wed, 4 Jan 2017 08:51:52 -0800 Subject: [PATCH] UPSTREAM: vboot: Remove rmu.bin from FW_MAIN_A and FW_MAIN_B Add rmu.bin to the list of files that exist only in the read-only section (COREBOOT) of the SPI flash. TEST=Build and run on Galileo Gen2. BUG=None BRANCH=None Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/18031 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Change-Id: I30cbd3fb2ef1848807e4de4c479dc7a561c1faba Reviewed-on: https://chromium-review.googlesource.com/425292 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/vboot/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc index 33109deb8c..c03d639b26 100644 --- a/src/vboot/Makefile.inc +++ b/src/vboot/Makefile.inc @@ -152,6 +152,7 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \ locale_%.bin \ font.bin \ vbgfx.bin \ + rmu.bin \ ,$(1)),COREBOOT,COREBOOT FW_MAIN_A FW_MAIN_B))) endif # CONFIG_VBOOT