mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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 <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/18031 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: I30cbd3fb2ef1848807e4de4c479dc7a561c1faba Reviewed-on: https://chromium-review.googlesource.com/425292 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
32d1273318
commit
602985ee3d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue