mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
46e6a40c10
This reverts commit 2099545078.
Wasn't this config's fault, the problem happens elsewhere too.
I'm going to revert build/boot/roms to an older version and backport
a few recent changes, to see if that fixes the problem. If it does,
then I know that the recent linker issues happen due to recent changes
in build/boot/roms
The linker errors typically appear in util/kconfig/ but can happen
elsewhere, seemingly random, which means I'm not handling distclean
properly. Something isn't getting cleaned properly.
Signed-off-by: Leah Rowe <leah@libreboot.org>
10 lines
179 B
INI
10 lines
179 B
INI
cbtree="default"
|
|
romtype="normal"
|
|
arch="x86_64"
|
|
payload_grub="y"
|
|
payload_grub_withseabios="y"
|
|
payload_seabios="y"
|
|
payload_memtest="y"
|
|
grub_scan_disk="ahci"
|
|
microcode_required="n"
|