summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-09-08 22:15:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-10 15:50:27 +0000
commit28276fc834af8cfbdb26b48b24f53db7e2422adc (patch)
tree5209a2b3401d2f9d8d6a71fe2b1da796fb4c0fa4
parentf459a4084e1f2cc0a06e3604b7e74bc9572c06aa (diff)
downloadcoreboot-28276fc834af8cfbdb26b48b24f53db7e2422adc.tar.xz
util/abuild: Remove symbols that don't exist anymore in Kconfig
Bayou and OpenBIOS aren't supported by the coreboot build system anymore, so remove these mentions. Change-Id: Ibdf6fdc776068041cb468fdbf5b56b06f85c2d4b Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45180 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rwxr-xr-xutil/abuild/abuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild
index 53a988b99f..7561495d7b 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -263,10 +263,8 @@ function update_config
# Disable all other payload config options
{
echo "# CONFIG_PAYLOAD_SEABIOS is not set"
- echo "# CONFIG_PAYLOAD_BAYOU is not set"
echo "# CONFIG_PAYLOAD_FILO is not set"
echo "# CONFIG_PAYLOAD_GRUB2 is not set"
- echo "# CONFIG_PAYLOAD_OPENBIOS is not set"
echo "# CONFIG_PAYLOAD_DEPTHCHARGE is not set"
echo "# CONFIG_PAYLOAD_LINUXBOOT is not set"
echo "# CONFIG_PAYLOAD_UBOOT is not set"