From b5034d4703df3d9232be2c02dc805a18196b06d2 Mon Sep 17 00:00:00 2001 From: Cristi Magherusan Date: Mon, 17 Aug 2009 14:47:32 +0000 Subject: [PATCH] Remove unused normal image option in Kconfig Signed-off-by: Cristi Magherusan Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4546 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index 2d7f872bc0..cee33525ba 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -262,15 +262,8 @@ config PAYLOAD_NONE 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 - string "Fallback payload path and filename" + string "Payload path and filename" depends on PAYLOAD_ELF default "payload.elf" help