aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCristi Magherusan <cristi.magherusan@net.utcluj.ro>2009-08-17 14:47:32 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-08-17 14:47:32 +0000
commitb5034d4703df3d9232be2c02dc805a18196b06d2 (patch)
tree7b3c7ebc081e6daa7c2131d4461a3a91573bedd7 /src
parent488c36c8e755106ff85fc4e6873af75c2b6a79dd (diff)
Remove unused normal image option in Kconfig
Signed-off-by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4546 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/Kconfig9
1 files changed, 1 insertions, 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