diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-05-02 16:32:02 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-05-03 11:41:55 +0200 |
commit | fa5aba0484836cd19143b6567d8cee77ba072971 (patch) | |
tree | 34e08a3c4ab6f22c3e492061ebec3709786f4924 | |
parent | 6f07ff10d1cfaf1ab3b2a0e2a652277a8189472c (diff) |
arch/x86: Drop CBFS_BASE_ADDRESS
It's unused.
Change-Id: I50af2b50d2c5a7a24afe9099c5c01d17ce54a6c9
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/14569
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/arch/x86/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 64d9892cde..a363430cad 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -47,9 +47,6 @@ cbfs-files-$(CONFIG_INTEL_MBI) += mbi.bin mbi.bin-file := $(call strip_quotes,$(CONFIG_MBI_FILE)) mbi.bin-type := mbi -## Calculate the base address of CBFS for later comparisons -CBFS_BASE_ADDRESS=$(call int-add, $(call int-subtract, 0xffffffff $(CONFIG_CBFS_SIZE)) 1) - ############################################################################### # common support for early assembly includes ############################################################################### |