<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26293">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device: Rename device_simple.c --> device_early.c<br><br>Make it clear that this is about DEVTREE_EARLY and *not* about<br>__SIMPLE_DEVICE__.<br><br>Change-Id: I31aeb118615e86026f7111f83a7866d4e7426170<br>Signed-off-by: Nico Huber <nico.huber@secunet.com><br>---<br>M src/device/Makefile.inc<br>R src/device/device_early.c<br>2 files changed, 6 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/26293/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc</span><br><span>index e86aa2c..62a4d91 100644</span><br><span>--- a/src/device/Makefile.inc</span><br><span>+++ b/src/device/Makefile.inc</span><br><span>@@ -21,12 +21,12 @@</span><br><span> ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c</span><br><span> endif</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-bootblock-y += device_simple.c</span><br><span style="color: hsl(0, 100%, 40%);">-postcar-y += device_simple.c</span><br><span style="color: hsl(0, 100%, 40%);">-smm-y += device_simple.c</span><br><span style="color: hsl(0, 100%, 40%);">-verstage-y += device_simple.c</span><br><span style="color: hsl(0, 100%, 40%);">-romstage-y += device_simple.c</span><br><span style="color: hsl(0, 100%, 40%);">-ramstage-y += device_simple.c</span><br><span style="color: hsl(120, 100%, 40%);">+bootblock-y += device_early.c</span><br><span style="color: hsl(120, 100%, 40%);">+postcar-y += device_early.c</span><br><span style="color: hsl(120, 100%, 40%);">+smm-y += device_early.c</span><br><span style="color: hsl(120, 100%, 40%);">+verstage-y += device_early.c</span><br><span style="color: hsl(120, 100%, 40%);">+romstage-y += device_early.c</span><br><span style="color: hsl(120, 100%, 40%);">+ramstage-y += device_early.c</span><br><span> romstage-$(CONFIG_PCI) += pci_early.c</span><br><span> </span><br><span> subdirs-y += oprom dram</span><br><span>diff --git a/src/device/device_simple.c b/src/device/device_early.c</span><br><span>similarity index 100%</span><br><span>rename from src/device/device_simple.c</span><br><span>rename to src/device/device_early.c</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26293">change 26293</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/26293"/><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: I31aeb118615e86026f7111f83a7866d4e7426170 </div>
<div style="display:none"> Gerrit-Change-Number: 26293 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>