From f3662fcd2c741ce40e53da6b5fcb900cf5f080a8 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 18 Dec 2009 15:29:23 +0000 Subject: 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 Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4984 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/compareboard/compareboard | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard index e27fff4890..7fb7e5e458 100755 --- a/util/compareboard/compareboard +++ b/util/compareboard/compareboard @@ -36,7 +36,6 @@ fi 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 @@ sed \ -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 @@ sed \ -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" \ -- cgit v1.2.3