From bccbbe6b69077170335d14a0413a36ce5e76f493 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 19 Dec 2010 21:20:14 +0000 Subject: The same mechanisms are used for normal and fallback images. Hence drop the FALLBACK_ prefix Signed-off-by: Stefan Reinauer Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6204 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/msi/ms6178/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/msi/ms6178') 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" -- cgit v1.2.3