diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-12-19 21:20:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-12-19 21:20:14 +0000 |
commit | bccbbe6b69077170335d14a0413a36ce5e76f493 (patch) | |
tree | 0594e96568b5cdcff8158d497c23b5318651be05 /src/mainboard/via | |
parent | a05ddbc46d242760cb7e29426d7ca52efa12e0bb (diff) |
The same mechanisms are used for normal and fallback images.
Hence drop the FALLBACK_ prefix
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6204 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via')
-rw-r--r-- | src/mainboard/via/pc2500e/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/via/pc2500e/Kconfig b/src/mainboard/via/pc2500e/Kconfig index acadc3a6d4..3244ea9fc7 100644 --- a/src/mainboard/via/pc2500e/Kconfig +++ b/src/mainboard/via/pc2500e/Kconfig @@ -34,11 +34,11 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex default 0xaa51 -config FALLBACK_VGA_BIOS_FILE +config VGA_BIOS_FILE string default "M14CRT.ROM" -config FALLBACK_VGA_BIOS_ID +config VGA_BIOS_ID string default "1106,3344" |