Remove unused normal image option in Kconfig
authorCristi Magherusan <cristi.magherusan@net.utcluj.ro>
Mon, 17 Aug 2009 14:47:32 +0000 (14:47 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Mon, 17 Aug 2009 14:47:32 +0000 (14:47 +0000)
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

src/Kconfig

index 2d7f872bc0915e279518ea297a8975088ef684b2..cee33525bae9e4c0aaa1f8c8ea36a493e6628586 100644 (file)
@@ -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