diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-19 22:48:21 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-19 22:48:21 +0000 |
commit | fdbdf0449b3c3860b21cfab210f232378449542f (patch) | |
tree | 2a04761e4bf687d37f0cd2a662ddca878a35f3cf /config/data | |
parent | b549d1e5f3838575d3ff1f9c6c6fd595b49b1b3a (diff) |
Re-enable U-Boot x86 on real mainboards
The previous stability issues were resolved, thanks to
the previous revision which added a fix courtesy Simon Glass.
This reverts commit eba73c778a85d1c6ad2f0de57c82a8775cdd1c17.
Diffstat (limited to 'config/data')
-rw-r--r-- | config/data/coreboot/mkhelper.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg index a912400f..a218e0e7 100644 --- a/config/data/coreboot/mkhelper.cfg +++ b/config/data/coreboot/mkhelper.cfg @@ -1,7 +1,7 @@ . "include/rom.sh" makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS" -build_depend="seabios/default grub/default memtest86plus" +build_depend="seabios/default grub/default memtest86plus u-boot/amd64coreboot" seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin" |