[coreboot] [patch] remove the normal payload from Kbuild

Cristi Magherusan Cristi.Magherusan at net.utcluj.ro
Fri Aug 14 02:23:56 CEST 2009


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 at 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(-)

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 <cristi.magherusan at net.utcluj.ro>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090814/596534ed/attachment.sig>


More information about the coreboot mailing list