vboot2: get rid of global variable that is used locally and only once
Change-Id: Iaf6d6a8857451fb16916aaae97a6fd5c51bc8cc4 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10005 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
ba80887cfd
commit
66cdba7ea5
|
@ -55,10 +55,9 @@ $(VB2_LIB): $(obj)/config.h
|
||||||
V=$(V) \
|
V=$(V) \
|
||||||
fwlib20
|
fwlib20
|
||||||
|
|
||||||
VERSTAGE_ELF = $(objcbfs)/verstage.elf
|
|
||||||
verstage-srcs += $(VB2_LIB)
|
verstage-srcs += $(VB2_LIB)
|
||||||
|
|
||||||
cbfs-files-y += $(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage
|
cbfs-files-y += $(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage
|
||||||
fallback/verstage-file = $(VERSTAGE_ELF)
|
fallback/verstage-file = $(objcbfs)/verstage.elf
|
||||||
fallback/verstage-type = stage
|
fallback/verstage-type = stage
|
||||||
fallback/verstage-compression = none
|
fallback/verstage-compression = none
|
||||||
|
|
Loading…
Reference in New Issue