Add a Kconfig option for choosing the payload filename and path.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@180 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-03 19:23:16 +00:00
commit 41b2c207be
2 changed files with 11 additions and 1 deletions

10
Kconfig
View file

@ -10,3 +10,13 @@ source arch/Kconfig
source lib/Kconfig
source console/Kconfig
menu "Payload"
config PAYLOAD
string "Payload filename"
default "filo.elf"
help
The path and filename of the payload file to use.
endmenu