diff options
author | Furquan Shaikh <furquan@google.com> | 2016-11-10 01:08:25 +0200 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2016-11-10 00:26:37 +0100 |
commit | 2fe70b69c07b77dd83e261fc98eea97d078c1097 (patch) | |
tree | d5ed895014f04238fba486940753c41f29ba6e03 /src/vboot | |
parent | 0e94062c2b5d7ceac5889dccfe35db5d62461531 (diff) |
Revert "vboot: Add vboot library to romstage"
This reverts commit 21fdd8d0b2206be85dd920e94fb9657a22ab5226.
I meant to abandon the original change and clicked submit instead.
Change-Id: I1db29b62c5c071113d308583f094f77285c9ba1e
Reviewed-on: https://review.coreboot.org/17346
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/vboot')
-rw-r--r-- | src/vboot/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc index 73fb9d12d0..82b4ac2e9e 100644 --- a/src/vboot/Makefile.inc +++ b/src/vboot/Makefile.inc @@ -105,7 +105,6 @@ $(VB2_LIB): $(obj)/config.h libverstage-srcs += $(VB2_LIB) ifeq ($(CONFIG_SEPARATE_VERSTAGE),y) -romstage-srcs += $(VB2_LIB) cbfs-files-$(CONFIG_SEPARATE_VERSTAGE) += $(CONFIG_CBFS_PREFIX)/verstage $(CONFIG_CBFS_PREFIX)/verstage-file := $(objcbfs)/verstage.elf $(CONFIG_CBFS_PREFIX)/verstage-type := stage |