summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-08-12 18:01:43 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:30 -0700
commit43025a49762515f843b5cd6d5be46a7196c0c70f (patch)
tree51cd4c0602fe85a1d99c26aea37d827d28cd1069 /Makefile
parent2efaa58738ab9c907aeb8ade8b535b9aaa9c4a64 (diff)
CHROMIUM: remove earlier prototype codes
The removed codes are belong to an earlier prototype of integrating vboot wrapper API, which is not compiled/used anymore. Besieds, the prototype has a known vulnerability of buffer overflow when reading key blocks. So there is no many referential value for keeping the prototype codes in the codebase. And keeping the prototype also adds costs to new patches, which have to changes two implementations. All in all, I think it is time we retire this prototype. This patch also fixes coreboot build failure due to the removal. BUG=chromium-os:16542 TEST=emerge-{x86-alex,tegra2_aebl} chromeos-u-boot Change-Id: Ib6be9457f2dbc2daa3213c3d9c80bcdc56c520c4 Reviewed-on: http://gerrit.chromium.org/gerrit/5874 Reviewed-by: Che-Liang Chiou <clchiou@chromium.org> Tested-by: Che-Liang Chiou <clchiou@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fcab9bc40..74c0468661 100644
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,6 @@ LIBS += lib/zlib/libz.o
ifdef VBOOT
LIBS += lib/chromeos/libchromeos.a
LIBS += lib/vbexport/libvbexport.a
-LIBS += lib/vboot/libvboot.a
endif
LIBS += board/$(VENDOR)/chromeos/libchromeos_board.a