diff options
author | Angel Pons <th3fanbus@gmail.com> | 2019-07-25 12:19:44 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-09 09:51:23 +0000 |
commit | 3979def529ac6efeb37248e1bfc965112e6c86db (patch) | |
tree | f4802514891326292c5ae76b1abc84bca0553166 /payloads/Kconfig | |
parent | d01b67506735f685cdadab7a175529df23b50c8f (diff) | |
download | coreboot-3979def529ac6efeb37248e1bfc965112e6c86db.tar.xz |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34565
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: ron minnich <rminnich@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r-- | payloads/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
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 |