From 5cc0ee270c90c8eb6cec05f70ad9e133858707b3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 2 May 2016 16:28:18 +0800 Subject: build system: remove CBFSTOOL_PRE1_OPTS It isn't used anymore. Change-Id: Ie554d1dd87ae3f55547466e484c0864e55c9d102 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/14567 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Furquan Shaikh --- src/arch/arm/Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arch/arm/Makefile.inc') diff --git a/src/arch/arm/Makefile.inc b/src/arch/arm/Makefile.inc index d9c88c0db0..27424142a1 100644 --- a/src/arch/arm/Makefile.inc +++ b/src/arch/arm/Makefile.inc @@ -21,10 +21,6 @@ # ARM specific options ############################################################################### -ifeq ($(CONFIG_ARCH_ROMSTAGE_ARM),y) -CBFSTOOL_PRE1_OPTS = -m arm -s $(CONFIG_CBFS_SIZE) -endif - ifeq ($(CONFIG_ARCH_RAMSTAGE_ARM),y) check-ramstage-overlap-regions += postram_cbfs_cache stack ttb endif -- cgit v1.2.3