diff options
author | Leah Rowe <leah@libreboot.org> | 2024-10-27 19:29:26 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-10-27 19:32:36 +0000 |
commit | 9bdec645a30ff81abb3f6d3db6c974bf6ab6321f (patch) | |
tree | 0ff9fb81306251f9105493278fa053f686abe98d /config/coreboot/dell3050micro_fsp_16mb/target.cfg | |
parent | 6c78942290df512b6ee922ca408404f57e3bb8c2 (diff) |
3050micro: Re-enable SeaGRUB
Remove what is now unnecessary bloat, for ensuring that
GRUB is the primary payload; SeaGRUB is the only preference,
as per lbmk design.
The SeaBIOS hanging issue was fixed, so SeaGRUB is OK now.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell3050micro_fsp_16mb/target.cfg')
-rw-r--r-- | config/coreboot/dell3050micro_fsp_16mb/target.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/coreboot/dell3050micro_fsp_16mb/target.cfg b/config/coreboot/dell3050micro_fsp_16mb/target.cfg index b45300e9..539c0fb5 100644 --- a/config/coreboot/dell3050micro_fsp_16mb/target.cfg +++ b/config/coreboot/dell3050micro_fsp_16mb/target.cfg @@ -8,5 +8,3 @@ grubtree="xhci" vcfg="3050micro" build_depend="seabios/default grub/xhci memtest86plus" IFD_platform="sklkbl" -grubname="fallback/payload" # make GRUB the primary payload on this board -seabiosname="seabios.elf" |