From 35546deba642d3bb341d329fc1b9711727a5c50e Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 17 Apr 2014 15:07:32 +0300 Subject: AMD AGESA cimx/sb800: Drop APIC_ID_OFFSET and MAX_PHYSICAL_CPUS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All boards had APIC_ID_OFFSET=0 and MAX_PHYSICAL_CPUS=1. Change-Id: I6f08ea6de92a2af79fb3a99c5edd942b3a321c43 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5538 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Edward O'Callaghan --- src/mainboard/amd/persimmon/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mainboard/amd/persimmon') diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig index e4ae8d0ccd..e09a17086e 100644 --- a/src/mainboard/amd/persimmon/Kconfig +++ b/src/mainboard/amd/persimmon/Kconfig @@ -39,10 +39,6 @@ config MAINBOARD_DIR string default amd/persimmon -config APIC_ID_OFFSET - hex - default 0x0 - config MAINBOARD_PART_NUMBER string default "Persimmon" @@ -55,10 +51,6 @@ config MAX_CPUS int default 2 -config MAX_PHYSICAL_CPUS - int - default 1 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n -- cgit v1.2.3