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/northbridge/amd/amdk8/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/northbridge/amd/amdk8') diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index 181f1c219a..a7e56d0e46 100644 --- a/src/northbridge/amd/amdk8/Kconfig +++ b/src/northbridge/amd/amdk8/Kconfig @@ -26,8 +26,8 @@ config AGP_APERTURE_SIZE default 0x4000000 config HAVE_HIGH_TABLES - int - default 1 + bool + default y -source src/northbridge/amd/amdk8/root_complex/Kconfig \ No newline at end of file +source src/northbridge/amd/amdk8/root_complex/Kconfig -- cgit v1.2.3