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/dell3050micro_fsp_16mb | |
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/dell3050micro_fsp_16mb')
-rw-r--r-- | config/coreboot/dell3050micro_fsp_16mb/target.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/coreboot/dell3050micro_fsp_16mb/target.cfg b/config/coreboot/dell3050micro_fsp_16mb/target.cfg index 8ab796e4..d6bd3872 100644 --- a/config/coreboot/dell3050micro_fsp_16mb/target.cfg +++ b/config/coreboot/dell3050micro_fsp_16mb/target.cfg @@ -6,6 +6,5 @@ payload_memtest="y" grub_scan_disk="nvme ahci" grubtree="xhci" vcfg="3050micro" -build_depend="seabios/default grub/xhci memtest86plus u-boot/amd64coreboot" +build_depend="seabios/default grub/xhci memtest86plus" IFD_platform="sklkbl" -payload_uboot_amd64="y"
\ No newline at end of file |