From fa5aba0484836cd19143b6567d8cee77ba072971 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 2 May 2016 16:32:02 +0800 Subject: arch/x86: Drop CBFS_BASE_ADDRESS It's unused. Change-Id: I50af2b50d2c5a7a24afe9099c5c01d17ce54a6c9 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/14569 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/x86/Makefile.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 ############################################################################### -- cgit v1.2.3