diff options
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 3128fae5b0..75ecff3b21 100644 --- a/src/vboot/Makefile.inc +++ b/src/vboot/Makefile.inc @@ -152,6 +152,7 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \ font.bin \ vbgfx.bin \ rmu.bin \ + $(call strip_quotes,$(CONFIG_RO_REGION_ONLY)) \ ,$(1)),COREBOOT,COREBOOT FW_MAIN_A FW_MAIN_B))) CONFIG_GBB_HWID := $(call strip_quotes,$(CONFIG_GBB_HWID)) |