From 3979def529ac6efeb37248e1bfc965112e6c86db Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 25 Jul 2019 12:19:44 +0200 Subject: payloads/bayou: remove unhooked payload The bayou payload is not attached to the build system in any way, and has not been for quite a while. Since selecting it in Kconfig does nothing, remove this payload now that coreboot 4.10 has been released. Change-Id: Icfb18b88e460a4e4b538b7efe907d4eef6c40638 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/34565 Tested-by: build bot (Jenkins) Reviewed-by: ron minnich Reviewed-by: Nico Huber --- payloads/Kconfig | 9 --------- 1 file changed, 9 deletions(-) (limited to 'payloads/Kconfig') diff --git a/payloads/Kconfig b/payloads/Kconfig index 46cfaf5ad0..4e86c21ec7 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -40,21 +40,12 @@ config PAYLOAD_FIT You will be able to specify the location and file name of the payload image later. -config PAYLOAD_BAYOU - bool "Bayou" - depends on ARCH_X86 - help - Select this option if you want to set bayou as your primary - payload. - source "payloads/external/*/Kconfig.name" endchoice source "payloads/external/*/Kconfig" -source "payloads/bayou/Kconfig" - config PAYLOAD_FILE string "Payload path and filename" depends on PAYLOAD_ELF || PAYLOAD_FIT -- cgit v1.2.3