<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23452">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/google/kahlee: Enable SD card for Grunt<br><br>Switch the SDHCI controller from EMMC to SD card.<br><br>BUG=72548516<br>Test=Boot Grunt to kernel from SD card.<br><br>Change-Id: Iffe808c662701ee4842e51dfc6547981e994e756<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/mainboard/google/kahlee/BiosCallOuts.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/23452/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/kahlee/BiosCallOuts.c b/src/mainboard/google/kahlee/BiosCallOuts.c</span><br><span>index 2ed1843..8a909cd 100644</span><br><span>--- a/src/mainboard/google/kahlee/BiosCallOuts.c</span><br><span>+++ b/src/mainboard/google/kahlee/BiosCallOuts.c</span><br><span>@@ -24,4 +24,6 @@</span><br><span>  /* SDHCI/MMC configuration */</span><br><span>        if (IS_ENABLED(CONFIG_BOARD_GOOGLE_KAHLEE))</span><br><span>          FchParams_env->Sd.SdSlotType = 1; // EMMC</span><br><span style="color: hsl(120, 100%, 40%);">+  else</span><br><span style="color: hsl(120, 100%, 40%);">+          FchParams_env->Sd.SdSlotType = 0; // SD card</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23452">change 23452</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/23452"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iffe808c662701ee4842e51dfc6547981e994e756 </div>
<div style="display:none"> Gerrit-Change-Number: 23452 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>