<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28629">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/amd/pi/00730F01: Don't use device_t in ramstage<br><br>Use of device_t has been abandoned in ramstage<br><br>Change-Id: Ifc32b0f6964a8c3e3a100c787ac2a889b39322a6<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/northbridge/amd/pi/00730F01/northbridge.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/28629/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c</span><br><span>index 2b81998..ab67b43 100644</span><br><span>--- a/src/northbridge/amd/pi/00730F01/northbridge.c</span><br><span>+++ b/src/northbridge/amd/pi/00730F01/northbridge.c</span><br><span>@@ -583,7 +583,7 @@</span><br><span> {</span><br><span>  uint8_t *p;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- device_t nb_dev = dev_find_slot(0, PCI_DEVFN(0, 0));</span><br><span style="color: hsl(120, 100%, 40%);">+  struct device *nb_dev = dev_find_slot(0, PCI_DEVFN(0, 0));</span><br><span>   if (!nb_dev) {</span><br><span> </span><br><span>           printk(BIOS_WARNING, "%s: G-series northbridge device not present!\n", __func__);</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28629">change 28629</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/28629"/><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: Ifc32b0f6964a8c3e3a100c787ac2a889b39322a6 </div>
<div style="display:none"> Gerrit-Change-Number: 28629 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>