diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-01-19 21:13:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-01-19 21:13:44 +0000 |
commit | 8ed1b6d2dc16b25334dff13033843b8c7f125f83 (patch) | |
tree | be5210211a638873f15592bd7babfea6dcf80961 /util/compareboard | |
parent | d5663bac2c6b2cea2f8c5fa4bd972517325af13b (diff) | |
download | coreboot-8ed1b6d2dc16b25334dff13033843b8c7f125f83.tar.xz |
drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3
anymore so this ugly hack is no longer needed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/compareboard')
-rwxr-xr-x | util/compareboard/compareboard | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard index 8ccbca19d1..4b92fb8fe6 100755 --- a/util/compareboard/compareboard +++ b/util/compareboard/compareboard @@ -89,7 +89,6 @@ sed \ -e "/^CONFIG_SUPERIO_/ d" \ -e "/^CONFIG_GX1_VIDEOMODE_/ d" \ -e "/^CONFIG_CONSOLE_/ d" \ - -e "/^CONFIG_COREBOOT_V4/ d" \ -e "/^CONFIG_PAYLOAD_/ d" \ -e "/^CONFIG_XIP_ROM_/ d" \ -e "/^CONFIG_MULTIBOOT/ d" \ |