diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2017-01-04 08:51:52 -0800 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2017-01-04 20:31:26 +0100 |
commit | 5e34752eb1573c3055b201c46f7ec207fdea1e48 (patch) | |
tree | 05a473c245485f0f78dd9666787e26268d5a1bc2 /src/vboot/Makefile.inc | |
parent | 75a3d1fb7c31bc5bd287bf6579ff70c5da9275a7 (diff) | |
download | coreboot-5e34752eb1573c3055b201c46f7ec207fdea1e48.tar.xz |
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.
Change-Id: I30cbd3fb2ef1848807e4de4c479dc7a561c1faba
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>
Diffstat (limited to 'src/vboot/Makefile.inc')
-rw-r--r-- | src/vboot/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |