From 7c38e1e8bc47c2842b23c565a35f8d959428ec3c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 27 Nov 2015 13:05:04 -0700 Subject: Remove #ifdef checks on Kconfig symbols In coreboot, bool, hex, and int type symbols are ALWAYS defined. Change-Id: I58a36b37075988bb5ff67ac692c7d93c145b0dbc Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12560 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/drivers/intel/fsp1_0/cache_as_ram.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/drivers/intel/fsp1_0/cache_as_ram.inc') diff --git a/src/drivers/intel/fsp1_0/cache_as_ram.inc b/src/drivers/intel/fsp1_0/cache_as_ram.inc index 045bfb31bc..e79c3c19a6 100644 --- a/src/drivers/intel/fsp1_0/cache_as_ram.inc +++ b/src/drivers/intel/fsp1_0/cache_as_ram.inc @@ -20,10 +20,6 @@ #include #include -#ifndef CONFIG_FSP_LOC -# error "CONFIG_FSP_LOC must be set." -#endif - cmp $0, %eax je cache_as_ram mov $0xa0, %eax -- cgit v1.2.3