diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-19 16:22:14 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-19 16:22:14 +0000 |
commit | eba73c778a85d1c6ad2f0de57c82a8775cdd1c17 (patch) | |
tree | abbeefa5b47dea151db5427cd556d02965399023 /config/coreboot/x60/target.cfg | |
parent | 4bc6ca545e792bb70d19cae519872430e1a07c7b (diff) |
Disable U-Boot x86 except on Qemu
It's really buggy on hardware. Disable for now.
I've contacted Simon Glass on IRC, asking about hardware.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/x60/target.cfg')
-rw-r--r-- | config/coreboot/x60/target.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/coreboot/x60/target.cfg b/config/coreboot/x60/target.cfg index 2661c6b2..9ceb99e8 100644 --- a/config/coreboot/x60/target.cfg +++ b/config/coreboot/x60/target.cfg @@ -3,5 +3,4 @@ xarch="i386-elf" payload_seabios="y" payload_grub="y" grub_scan_disk="ahci" -build_depend="seabios/default grub/default u-boot/i386coreboot" -payload_uboot_i386="y" +build_depend="seabios/default grub/default" |