Submitter | Cristi Magherusan |
---|---|
Date | 2009-08-14 00:23:56 |
Message ID | <1250209436.17640.2.camel@ufo> |
Download | mbox | patch |
Permalink | /patch/124/ |
State | Accepted |
Headers | show |
Comments
Am 14.08.2009 02:23, schrieb Cristi Magherusan: > This patch removes te NORMAL payload from Kbuild. > Acked and committed, r4546 Thanks, Patrick
Patch
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"
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?= <cristi.magherusan@net.utcluj.ro> 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(-) help