From cdaf331098ff1ab0e8f5e7d5a13674a3e1044100 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 5 Jun 2015 21:00:07 -0600 Subject: Removed unused SOUTHBRIDGE_INTEL_FSP_I89XX expressions The SOUTHBRIDGE_INTEL_FSP_I89XX symbols are never defined in any Kconfig file or used anywhere in the existing coreboot tree. Removing them as unnecessary. If the southbridge code ever gets uploaded, these can be re-added at that point. Change-Id: I36f9ca8e25e08ce154d10ea9d764a73095590244 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/10436 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/northbridge/intel/fsp_sandybridge/fsp/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/northbridge/intel/fsp_sandybridge') diff --git a/src/northbridge/intel/fsp_sandybridge/fsp/Kconfig b/src/northbridge/intel/fsp_sandybridge/fsp/Kconfig index 2456a42676..82e5361505 100644 --- a/src/northbridge/intel/fsp_sandybridge/fsp/Kconfig +++ b/src/northbridge/intel/fsp_sandybridge/fsp/Kconfig @@ -21,12 +21,10 @@ config SANDYBRIDGE_FSP_SPECIFIC_OPTIONS def_bool y select PLATFORM_USES_FSP1_0 select USE_GENERIC_FSP_CAR_INC - select FSP_USES_UPD if SOUTHBRIDGE_INTEL_FSP_I89XX config FSP_FILE string default "../intel/fsp/ivybridge_bd82x6x/FvFsp.bin" if SOUTHBRIDGE_INTEL_FSP_BD82X6X - default "../intel/fsp/ivybridge_i89xx/FvFsp.bin" if SOUTHBRIDGE_INTEL_FSP_I89XX help The path and filename of the Intel FSP binary for this platform. -- cgit v1.2.3