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 <[email protected]> Acked-by: Stefan Reinauer <[email protected]> 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

