- 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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user