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-m/Kconfig | |
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-m/Kconfig')
-rw-r--r-- | src/mainboard/via/epia-m/Kconfig | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/mainboard/via/epia-m/Kconfig b/src/mainboard/via/epia-m/Kconfig index 5674c7bf7d..fec6ab72b1 100644 --- a/src/mainboard/via/epia-m/Kconfig +++ b/src/mainboard/via/epia-m/Kconfig @@ -10,22 +10,13 @@ config BOARD_VIA_EPIA_M select HAVE_PIRQ_TABLE select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_256 + select ROMCC config MAINBOARD_DIR string default via/epia-m depends on BOARD_VIA_EPIA_M -#config DCACHE_RAM_BASE -# hex -# default 0xffef0000 -# depends on BOARD_VIA_EPIA_M - -#config DCACHE_RAM_SIZE -# hex -# default 0x8000 -# depends on BOARD_VIA_EPIA_M - config MAINBOARD_PART_NUMBER string default "EPIA-M" |