summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-01-08 11:26:02 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-01-08 11:26:02 +0000
commit07684e6ce7461d329ef442290234b47561961798 (patch)
tree4d4960b8173abc1a591b2890d91a4fd400c2a4a8 /util
parentf44eb7876b79787f5439767921419af23b8860f1 (diff)
downloadcoreboot-staging-07684e6ce7461d329ef442290234b47561961798.zip
coreboot-staging-07684e6ce7461d329ef442290234b47561961798.tar.gz
- Makefile.romccboard.inc supports tinybootblock romcc boards, too.
- via/epia-cn is a romcc board, not a CAR board. (Thanks Kevin, for the report) - Make emulation/qemu-x86, dell/s1850, via/epia-cn use Makefile.romccboard.inc - New flag: BIG_BOOTBLOCK, which is always the inverse of tinybootblock Suitable for Makefile.inc rules (foo-$(CONFIG_BIG_BOOTBLOCK) += ...) Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5005 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rwxr-xr-xutil/compareboard/compareboard1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard
index ce16317..8ccbca1 100755
--- a/util/compareboard/compareboard
+++ b/util/compareboard/compareboard
@@ -107,6 +107,7 @@ sed \
-e "/^CONFIG_VGA_BIOS / d" \
-e "/^CONFIG_WARNINGS_ARE_ERRORS / d" \
-e "/^CONFIG_TINY_BOOTBLOCK / d" \
+ -e "/^CONFIG_BIG_BOOTBLOCK / d" \
-e "/^CONFIG_BOOTBLOCK_NORTHBRIDGE_INIT / d" \
-e "/^CONFIG_BOOTBLOCK_SOUTHBRIDGE_INIT / d" \
$A/new > $A/new.filtered
OpenPOWER on IntegriCloud