diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-07 01:41:01 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-07 01:41:01 +0000 |
commit | 39162f7b47c9258980e08d05038d79d1ff925372 (patch) | |
tree | dabe82a15807de73c9d2adf54d10c44e999903b8 /src/mainboard | |
parent | f8b19238481c7581cb521c4f5bde8b9e6f091ee1 (diff) | |
download | coreboot-39162f7b47c9258980e08d05038d79d1ff925372.tar.xz |
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@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5362 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/via/epia-n/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/via/epia-n/Kconfig b/src/mainboard/via/epia-n/Kconfig index 5d6c1ec72d..08acd6182e 100644 --- a/src/mainboard/via/epia-n/Kconfig +++ b/src/mainboard/via/epia-n/Kconfig @@ -11,6 +11,7 @@ config BOARD_VIA_EPIA_N select EPIA_VT8237R_INIT select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_512 + select ROMCC config MAINBOARD_DIR string |