diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-05-25 16:59:21 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-05-27 00:26:59 +0000 |
commit | c7921cd859eafb211f86ec13851092be449b78c5 (patch) | |
tree | 09ec61bfcbdd0f714f83757d379acb988b22b54b /payloads | |
parent | 16e3d6acd4fb49e9da42d6e529f7c5b6a2728162 (diff) |
payloads/libpayload/configs: drop config.galileo
The Galileo board was dropped in commit 037c25d4dd8d ("mb/intel/
galileo: Drop support"), so also drop this config file.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I8c85dc03c3a4a016d6e13f1bee170d1bc6439470
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75472
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/libpayload/configs/config.galileo | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/payloads/libpayload/configs/config.galileo b/payloads/libpayload/configs/config.galileo deleted file mode 100644 index 76077e96f4..0000000000 --- a/payloads/libpayload/configs/config.galileo +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG_LP_CHROMEOS=y -CONFIG_LP_ARCH_X86=y -CONFIG_LP_USE_MARCH_586=y -CONFIG_LP_8250_SERIAL_CONSOLE=y -CONFIG_LP_USB_OHCI=y -CONFIG_LP_USB_EHCI=y |