From c39b1b08124431ce92036b2ac0aedce45fcfa7ce Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Thu, 22 Aug 2019 12:51:52 +0800 Subject: vboot: remove obsolete COPY_BMP_DATA No longer relevant with GBB refactor. BUG=b:124141368, chromium:954774 TEST=make clean && make runtests BRANCH=none Change-Id: I84479ae3bd8a936728d83d7937f4981ef6a37247 Signed-off-by: Joel Kitching Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1763972 Tested-by: Joel Kitching Commit-Queue: Joel Kitching Reviewed-by: Julius Werner --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index bb60fddd..4b311672 100644 --- a/Makefile +++ b/Makefile @@ -871,11 +871,6 @@ ${FWLIB21_OBJS}: CFLAGS += -DUNROLL_LOOPS # Way to do things. See chrome-os-partner:7689, and the commit message # that made this change. ${FWLIB_OBJS}: CFLAGS += -DSAVE_LOCALE_IMMEDIATELY - -# On x86 we don't actually read the GBB data into RAM until it is needed. -# Therefore it makes sense to cache it rather than reading it each time. -# Enable this feature. -${FWLIB_OBJS}: CFLAGS += -DCOPY_BMP_DATA endif ifeq (${FIRMWARE_ARCH},) -- cgit v1.2.1