summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-08-22 12:51:52 +0800
committerCommit Bot <commit-bot@chromium.org>2019-08-27 04:33:47 +0000
commitc39b1b08124431ce92036b2ac0aedce45fcfa7ce (patch)
tree679d4284c053cd12dd4e14949df000ba82c3202d
parentb1329fe473dafd7910a8bd9c58d4e777eddd9fb3 (diff)
downloadvboot-c39b1b08124431ce92036b2ac0aedce45fcfa7ce.tar.gz
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 <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1763972 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
-rw-r--r--Makefile5
1 files changed, 0 insertions, 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},)