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/Kconfig | |
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/Kconfig')
-rw-r--r-- | src/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Kconfig b/src/Kconfig index ca28feb836..6894a6a925 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -357,7 +357,7 @@ config PAYLOAD_ELF endchoice -config FALLBACK_PAYLOAD_FILE +config PAYLOAD_FILE string "Payload path and filename" depends on PAYLOAD_ELF default "payload.elf" @@ -390,14 +390,14 @@ config VGA_BIOS You will be able to specify the location and file name of the image later. -config FALLBACK_VGA_BIOS_FILE +config VGA_BIOS_FILE string "VGA BIOS path and filename" depends on VGA_BIOS default "vgabios.bin" help The path and filename of the file to use as VGA BIOS. -config FALLBACK_VGA_BIOS_ID +config VGA_BIOS_ID string "VGA device PCI IDs" depends on VGA_BIOS default "1106,3230" @@ -421,7 +421,7 @@ config INTEL_MBI You will be able to specify the location and file name of the image later. -config FALLBACK_MBI_FILE +config MBI_FILE string "Intel MBI path and filename" depends on INTEL_MBI default "mbi.bin" @@ -441,7 +441,7 @@ config BOOTSPLASH This option shows a graphical bootsplash screen. The grapics are loaded from the CBFS file bootsplash.jpg. -config FALLBACK_BOOTSPLASH_FILE +config BOOTSPLASH_FILE string "Bootsplash path and filename" depends on BOOTSPLASH default "bootsplash.jpg" |