Author: oxygene
Date: 2009-10-08 12:19:20 +0200 (Thu, 08 Oct 2009)
New Revision: 4742

Modified:
   trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Kconfig
Log:
Oops, wrong type for Kconfig value. Trivial fix

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Patrick Georgi <[email protected]>


Modified: trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Kconfig 2009-10-08 07:43:09 UTC 
(rev 4741)
+++ trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Kconfig 2009-10-08 10:19:20 UTC 
(rev 4742)
@@ -15,8 +15,8 @@
        depends on CPU_AMD_SOCKET_F_1207
 
 config PCI_IO_CFG_EXT
-       int
-       default 1
+       bool
+       default y
        depends on CPU_AMD_SOCKET_F_1207
 
 config EXT_RT_TBL_SUPPORT


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to