From 05b65ab23a3716ff91b291ba4845f79e10329e27 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 23 May 2015 05:46:49 +0300 Subject: AGESA: Drop DIMM_SUPPORT, _DDR3 and _REGISTERED MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not referenced anywhere. Change-Id: I57180ccfab93e45df9982d08bad71834a04eb9f9 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/10280 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/northbridge/amd/agesa/family12/Kconfig | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/northbridge/amd') diff --git a/src/northbridge/amd/agesa/family12/Kconfig b/src/northbridge/amd/agesa/family12/Kconfig index b3fec12c50..b4702dd305 100644 --- a/src/northbridge/amd/agesa/family12/Kconfig +++ b/src/northbridge/amd/agesa/family12/Kconfig @@ -42,26 +42,4 @@ config MMCONF_BUS_NUMBER int default 256 -config DIMM_DDR3 - bool - default n - -config DIMM_REGISTERED - bool - default n - -if !DIMM_REGISTERED - config DIMM_SUPPORT - hex - default 0x0004 -endif - -if DIMM_DDR3 - if DIMM_REGISTERED - config DIMM_SUPPORT - hex - default 0x0005 - endif -endif - endif # NORTHBRIDGE_AMD_AGESA_FAMILY_12 -- cgit v1.2.3