vboot2: Replace hard coded 'fallback' prefix with Kconfig variable
Change-Id: I9cbdf06f4d0956b5374915f8af7501c6f75b4687 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10113 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
b4a6ca96c0
commit
b2aee6f2e7
|
@ -60,9 +60,9 @@ libverstage-srcs += $(VB2_LIB)
|
||||||
|
|
||||||
ifeq ($(CONFIG_SEPARATE_VERSTAGE),y)
|
ifeq ($(CONFIG_SEPARATE_VERSTAGE),y)
|
||||||
cbfs-files-y += $(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage
|
cbfs-files-y += $(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage
|
||||||
fallback/verstage-file = $(objcbfs)/verstage.elf
|
$(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage-file = $(objcbfs)/verstage.elf
|
||||||
fallback/verstage-type = stage
|
$(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage-type = stage
|
||||||
fallback/verstage-compression = none
|
$(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage-compression = none
|
||||||
else
|
else
|
||||||
ifeq ($(VBOOT_STARTS_IN_BOOTBLOCK),y)
|
ifeq ($(VBOOT_STARTS_IN_BOOTBLOCK),y)
|
||||||
bootblock-srcs += $(objgenerated)/libverstage.a
|
bootblock-srcs += $(objgenerated)/libverstage.a
|
||||||
|
|
Loading…
Reference in New Issue