From 618de689c348fa7aa4eaaa256eccc8efdf76d91c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 8 May 2014 14:35:52 +0300 Subject: Squelch some warnings from Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overriding global config entries in mainboard directory Kconfig files often raise unnecessary warnings. Squelch some of those. Change-Id: Ib5127672ae068670028aa25c8ccb5366277622f2 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5699 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/mainboard/msi/ms9652_fam10/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/msi/ms9652_fam10') diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index e305551123..359d1c5424 100644 --- a/src/mainboard/msi/ms9652_fam10/Kconfig +++ b/src/mainboard/msi/ms9652_fam10/Kconfig @@ -49,10 +49,6 @@ config MAX_PHYSICAL_CPUS int default 2 -config LOGICAL_CPUS - bool - default y - config HEAP_SIZE hex default 0x20000 -- cgit v1.2.3