aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-23 19:33:52 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-23 19:33:52 +0000
commit5e1a8d10ba8a64e5bcf230323a314bf273794f62 (patch)
tree20d5af6aeeed6ae7f8bd01ad85933f57e8788fe5 /util
parent707fad0508ffabc6a5137e35d0248ccaa188dea9 (diff)
drop a lot of dead code, including an old winbond southbridge from our removed
ppc port, some ambiguous use of CONFIG_IDE and an unused ide driver (we dropped the filesystems already to be used with it) (somewhat trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4828 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rwxr-xr-xutil/compareboard/compareboard2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard
index 06952fefd9..292e55f698 100755
--- a/util/compareboard/compareboard
+++ b/util/compareboard/compareboard
@@ -43,8 +43,6 @@ sed \
-e "/^CONFIG_ROMBASE / d" \
-e "/^CONFIG_ROM_IMAGE_SIZE / d" \
-e "/^CONFIG_STACK_SIZE / d" \
- -e "/^CONFIG_IDE_BOOT_DRIVE / d" \
- -e "/^CONFIG_IDE_OFFSET / d" \
-e "/^CONFIG_GDB_STUB / d" \
$A/old > $A/old.filtered
sed \