From babce03fbdf2d788f12c940be16de88079e3971c Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Wed, 29 Dec 2021 07:18:21 +0000
Subject: coreboot/*: set grub_scan_disk to ahci on most boards

on ga-g41m-es2l, set it to ata
---
 resources/coreboot/t60_intelgpu/board.cfg | 1 +
 1 file changed, 1 insertion(+)

(limited to 'resources/coreboot/t60_intelgpu')

diff --git a/resources/coreboot/t60_intelgpu/board.cfg b/resources/coreboot/t60_intelgpu/board.cfg
index 68d0f0fa..66c5e565 100644
--- a/resources/coreboot/t60_intelgpu/board.cfg
+++ b/resources/coreboot/t60_intelgpu/board.cfg
@@ -5,3 +5,4 @@ payload_grub="y"
 payload_grub_withseabios="y"
 payload_seabios="y"
 payload_memtest="y"
+grub_scan_disk="ahci"
-- 
cgit v1.2.1