From a5c8bb39b5ec7d971971a56ecf386a71a2bc5a32 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 13 Aug 2009 07:33:55 +0000 Subject: Fix some conflicting types of variables Remove the normal/* files from the image. they're just copies of fallback/* anyway. Signed-off-by: Patrick Georgi Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4541 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/serengeti_cheetah/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mainboard/amd/serengeti_cheetah/Kconfig') diff --git a/src/mainboard/amd/serengeti_cheetah/Kconfig b/src/mainboard/amd/serengeti_cheetah/Kconfig index 3a64d0805a..b148558e46 100644 --- a/src/mainboard/amd/serengeti_cheetah/Kconfig +++ b/src/mainboard/amd/serengeti_cheetah/Kconfig @@ -49,13 +49,13 @@ config APIC_ID_OFFSET depends on BOARD_AMD_SERENGETI_CHEETAH config HAVE_HARD_RESET - int - default 1 + bool + default y depends on BOARD_AMD_SERENGETI_CHEETAH config IOAPIC - int - default 1 + bool + default y depends on BOARD_AMD_SERENGETI_CHEETAH config SB_HT_CHAIN_ON_BUS0 @@ -164,8 +164,8 @@ config USE_INIT depends on BOARD_AMD_SERENGETI_CHEETAH config SERIAL_CPU_INIT - int - default 0 + bool + default n depends on BOARD_AMD_SERENGETI_CHEETAH config AP_CODE_IN_CAR -- cgit v1.2.3