Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14569
-gerrit
commit a4d63b150048133d099dde12e39022b5c7ce8018 Author: Patrick Georgi pgeorgi@chromium.org Date: Mon May 2 16:32:02 2016 +0800
arch/x86: Drop CBFS_BASE_ADDRESS
It's unused.
Change-Id: I50af2b50d2c5a7a24afe9099c5c01d17ce54a6c9 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/arch/x86/Makefile.inc | 3 --- 1 file changed, 3 deletions(-)
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 64d9892..a363430 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 ###############################################################################