diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-27 20:41:11 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-27 20:41:11 +0100 |
commit | 1c4d649848db6d015298e383c50293fca3fd3840 (patch) | |
tree | b5046c2ae48bc2f8eeaa0a66e26be1708c5f72dc /config/coreboot/hp8200sff_8mb/target.cfg | |
parent | e1883f1d5a1722a2ab088c0dd4906bbdf860c003 (diff) |
remove grub_scan_disk in all target.cfg files
A subsequest revision will set them again as needed,
per coreboot target.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/hp8200sff_8mb/target.cfg')
-rw-r--r-- | config/coreboot/hp8200sff_8mb/target.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/coreboot/hp8200sff_8mb/target.cfg b/config/coreboot/hp8200sff_8mb/target.cfg index 0badb4fb..a06aa4aa 100644 --- a/config/coreboot/hp8200sff_8mb/target.cfg +++ b/config/coreboot/hp8200sff_8mb/target.cfg @@ -3,5 +3,4 @@ xarch="i386-elf" payload_seabios="y" payload_seabios_withgrub="y" payload_memtest="y" -grub_scan_disk="ahci" grub_timeout=10 |