[coreboot] [commit] r5362 - trunk/src/mainboard/via/epia-n

repository service svn at coreboot.org
Wed Apr 7 03:41:01 CEST 2010


Author: stepan
Date: Wed Apr  7 03:41:01 2010
New Revision: 5362
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5362

Log:
oops... this is a critical issue. Some boards in the tree don't compile with
romcc even though they don't have CAR either. We need to check all boards and
fix those that are broken like this.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/mainboard/via/epia-n/Kconfig

Modified: trunk/src/mainboard/via/epia-n/Kconfig
==============================================================================
--- trunk/src/mainboard/via/epia-n/Kconfig	Wed Apr  7 02:38:09 2010	(r5361)
+++ trunk/src/mainboard/via/epia-n/Kconfig	Wed Apr  7 03:41:01 2010	(r5362)
@@ -11,6 +11,7 @@
 	select EPIA_VT8237R_INIT
 	select HAVE_ACPI_TABLES
 	select BOARD_ROMSIZE_KB_512
+	select ROMCC
 
 config MAINBOARD_DIR
 	string




More information about the coreboot mailing list