From 07684e6ce7461d329ef442290234b47561961798 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 8 Jan 2010 11:26:02 +0000 Subject: - 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 Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5005 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/i386') diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig index 1d01d09263..1bbeca513d 100644 --- a/src/arch/i386/Kconfig +++ b/src/arch/i386/Kconfig @@ -44,6 +44,11 @@ config TINY_BOOTBLOCK bool default n +config BIG_BOOTBLOCK + bool + default n if TINY_BOOTBLOCK + default y + config BOOTBLOCK_NORTHBRIDGE_INIT string -- cgit v1.2.3