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/r400_8mb/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/r400_8mb/target.cfg')
-rw-r--r-- | config/coreboot/r400_8mb/target.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/coreboot/r400_8mb/target.cfg b/config/coreboot/r400_8mb/target.cfg index ba490833..f596cc06 100644 --- a/config/coreboot/r400_8mb/target.cfg +++ b/config/coreboot/r400_8mb/target.cfg @@ -3,4 +3,3 @@ xarch="i386-elf" payload_seabios="y" payload_grub="y" payload_memtest="y" -payload_uboot_amd64="y"
\ No newline at end of file |