diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-07 02:06:53 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-07 02:06:53 +0000 |
commit | c2d29415c3b3c40149087fe6a379e60c030c9d58 (patch) | |
tree | 0c76c9e79ea859430a919b2effa9dcafdc8a1843 /src/mainboard/via/epia-m700 | |
parent | c51dc44bf2b76ac47b83ee76bee3357ce4b173de (diff) |
switch some ROMCC boards back to ROMCC.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5364 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia-m700')
-rw-r--r-- | src/mainboard/via/epia-m700/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/via/epia-m700/Kconfig b/src/mainboard/via/epia-m700/Kconfig index d5547ea602..fe3b799eb3 100644 --- a/src/mainboard/via/epia-m700/Kconfig +++ b/src/mainboard/via/epia-m700/Kconfig @@ -7,6 +7,7 @@ config BOARD_VIA_EPIA_M700 select BOARD_HAS_FADT select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_512 + select USE_PRINTK_IN_CAR config MAINBOARD_DIR string |