[v2] r4616 - in trunk/coreboot-v2/src: cpu/amd/model_gx2 northbridge/amd/gx2
Author: rminnich Date: 2009-08-29 04:44:08 +0200 (Sat, 29 Aug 2009) New Revision: 4616 Modified: trunk/coreboot-v2/src/cpu/amd/model_gx2/Kconfig trunk/coreboot-v2/src/northbridge/amd/gx2/Kconfig Log: Fixes per Uwe's comments. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Modified: trunk/coreboot-v2/src/cpu/amd/model_gx2/Kconfig =================================================================== --- trunk/coreboot-v2/src/cpu/amd/model_gx2/Kconfig 2009-08-28 20:42:21 UTC (rev 4615) +++ trunk/coreboot-v2/src/cpu/amd/model_gx2/Kconfig 2009-08-29 02:44:08 UTC (rev 4616) @@ -1,3 +1,3 @@ config CPU_AMD_GX2 bool - default false + default n Modified: trunk/coreboot-v2/src/northbridge/amd/gx2/Kconfig =================================================================== --- trunk/coreboot-v2/src/northbridge/amd/gx2/Kconfig 2009-08-28 20:42:21 UTC (rev 4615) +++ trunk/coreboot-v2/src/northbridge/amd/gx2/Kconfig 2009-08-29 02:44:08 UTC (rev 4616) @@ -21,7 +21,3 @@ bool default n -config HAVE_HIGH_TABLES - bool - default y -
participants (1)
-
svn@coreboot.org