Remove unused normal image option in Kconfig
Signed-off-by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4546 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
488c36c8e7
commit
b5034d4703
|
@ -262,15 +262,8 @@ config PAYLOAD_NONE
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config NORMAL_PAYLOAD_FILE
|
|
||||||
string "Normal payload path and filename"
|
|
||||||
depends on PAYLOAD_ELF
|
|
||||||
default "payload.elf"
|
|
||||||
help
|
|
||||||
The path and filename of the ELF executable file to use as normal payload.
|
|
||||||
|
|
||||||
config FALLBACK_PAYLOAD_FILE
|
config FALLBACK_PAYLOAD_FILE
|
||||||
string "Fallback payload path and filename"
|
string "Payload path and filename"
|
||||||
depends on PAYLOAD_ELF
|
depends on PAYLOAD_ELF
|
||||||
default "payload.elf"
|
default "payload.elf"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue