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/msi | |
parent | a05ddbc46d242760cb7e29426d7ca52efa12e0bb (diff) | |
download | coreboot-bccbbe6b69077170335d14a0413a36ce5e76f493.tar.xz |
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/msi')
-rw-r--r-- | src/mainboard/msi/ms6178/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/msi/ms6178/Kconfig b/src/mainboard/msi/ms6178/Kconfig index 4b6d4e46df..1d45464f50 100644 --- a/src/mainboard/msi/ms6178/Kconfig +++ b/src/mainboard/msi/ms6178/Kconfig @@ -42,8 +42,8 @@ config IRQ_SLOT_COUNT int default 4 -# No need to override the chipset FALLBACK_VGA_BIOS_ID. -config FALLBACK_VGA_BIOS_FILE +# No need to override the chipset VGA_BIOS_ID. +config VGA_BIOS_FILE string default "i810.vga" |