diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-22 18:15:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-22 18:15:32 +0000 |
commit | f75b19ac85ccfffba5eca37700d4c705b24a355e (patch) | |
tree | 4e1c0a547389cdc1ec5ba57f89f252a3dc7010de /src/mainboard/via/epia-m/Kconfig | |
parent | 64d3baf9829baf9285c94cae0406ee0f428c04c0 (diff) |
via epia-m now works with default x86.c instead of its own copy of vgabios.c.
Allows to drop quite a bunch of nasty code
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5478 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia-m/Kconfig')
-rw-r--r-- | src/mainboard/via/epia-m/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/via/epia-m/Kconfig b/src/mainboard/via/epia-m/Kconfig index fec6ab72b1..f85641294e 100644 --- a/src/mainboard/via/epia-m/Kconfig +++ b/src/mainboard/via/epia-m/Kconfig @@ -22,24 +22,8 @@ config MAINBOARD_PART_NUMBER default "EPIA-M" depends on BOARD_VIA_EPIA_M -config RAMBASE - hex - default 0x4000 - depends on BOARD_VIA_EPIA_M - config IRQ_SLOT_COUNT int default 5 depends on BOARD_VIA_EPIA_M -# this is done by this board's vgabios.c already -config VGA_ROM_RUN - bool - default n - depends on BOARD_VIA_EPIA_M - -config PCI_ROM_RUN - bool - default n - depends on BOARD_VIA_EPIA_M - |