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:
Patrick Georgi 2015-04-27 18:10:34 +02:00 committed by Patrick Georgi
parent ba80887cfd
commit 66cdba7ea5
1 changed files with 1 additions and 2 deletions

View File

@ -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