This patch removes te NORMAL payload from Kbuild. It's also available at http://github.com/cristim/coreboot-v2/commit/25fcc47f57bebb411a0466c190a260688b56b4fd.patch
From 25fcc47f57bebb411a0466c190a260688b56b4fd Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Cristi=20M=C4=83gheru=C8=99an?= <[email protected]> Date: Fri, 14 Aug 2009 02:47:40 +0300 Subject: [PATCH] removed the unised Normal payload --- src/Kconfig | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index ca7fa61..596653b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -250,15 +250,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 -- 1.5.5.1 -- Signed-off by: Cristi Magherusan <[email protected]>
signature.asc
Description: This is a digitally signed message part
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

