Author: oxygene Date: 2009-08-17 16:47:32 +0200 (Mon, 17 Aug 2009) New Revision: 4546
Modified: trunk/coreboot-v2/src/Kconfig Log: Remove unused normal image option in Kconfig Signed-off-by: Cristi Magherusan <[email protected]> Acked-by: Patrick Georgi <[email protected]> Modified: trunk/coreboot-v2/src/Kconfig =================================================================== --- trunk/coreboot-v2/src/Kconfig 2009-08-17 14:46:13 UTC (rev 4545) +++ trunk/coreboot-v2/src/Kconfig 2009-08-17 14:47:32 UTC (rev 4546) @@ -262,15 +262,8 @@ 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

