[coreboot] [commit] r4984 - trunk/util/compareboard

svn at coreboot.org svn at coreboot.org
Fri Dec 18 16:29:23 CET 2009


Author: oxygene
Date: 2009-12-18 16:29:23 +0100 (Fri, 18 Dec 2009)
New Revision: 4984

Modified:
   trunk/util/compareboard/compareboard
Log:
CONFIG_K8_MEM_BANK_B_ONLY and CONFIG_PCIE_CONFIGSPACE_HOLE aren't used _anywhere_, so drop
them from view (they could be dropped from newconfig, too - but why bother?)

trivial

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>


Modified: trunk/util/compareboard/compareboard
===================================================================
--- trunk/util/compareboard/compareboard	2009-12-18 13:36:43 UTC (rev 4983)
+++ trunk/util/compareboard/compareboard	2009-12-18 15:29:23 UTC (rev 4984)
@@ -36,7 +36,6 @@
 if [ `grep -c "^CONFIG_NORTHBRIDGE_AMD_AMDK8" $A/new` -eq 0 ]; then
 	sed \
 		-e "/^CONFIG_K8_HT_FREQ_1G_SUPPORT / d" \
-		-e "/^CONFIG_K8_MEM_BANK_B_ONLY / d" \
 		$A/old > $A/old.tmp && mv $A/old.tmp $A/old
 fi
 
@@ -60,6 +59,7 @@
 	-e "/^CONFIG_RESET_/ d" \
 	-e "/^CONFIG_XIP_ROM_/ d" \
 	-e "/^CONFIG_PRECOMPRESSED_PAYLOAD / d" \
+	-e "/^CONFIG_K8_MEM_BANK_B_ONLY / d" \
 	-e "/^CONFIG_MULTIBOOT / d" \
 	-e "/^CONFIG_ARCH_POWERPC / d" \
 	-e "/^CONFIG_RESET / d" \
@@ -77,6 +77,7 @@
 	-e "/^CONFIG_STACK_SIZE / d" \
 	-e "/^CONFIG_GDB_STUB / d" \
 	-e "/^CONFIG_VIDEO_MB / d" \
+	-e "/^CONFIG_PCIE_CONFIGSPACE_HOLE / d" \
 	$A/old > $A/old.filtered
 sed \
 	-e "/^CONFIG_VENDOR_/ d" \





More information about the coreboot mailing list