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 ###############################################################################