[coreboot-gerrit] Change in coreboot[master]: device: Rename device_simple.c --> device_early.c

Nico Huber (Code Review) gerrit at coreboot.org
Tue May 15 14:22:50 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/26293


Change subject: device: Rename device_simple.c --> device_early.c
......................................................................

device: Rename device_simple.c --> device_early.c

Make it clear that this is about DEVTREE_EARLY and *not* about
__SIMPLE_DEVICE__.

Change-Id: I31aeb118615e86026f7111f83a7866d4e7426170
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M src/device/Makefile.inc
R src/device/device_early.c
2 files changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/26293/1

diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index e86aa2c..62a4d91 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -21,12 +21,12 @@
 ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
 endif
 
-bootblock-y += device_simple.c
-postcar-y += device_simple.c
-smm-y += device_simple.c
-verstage-y += device_simple.c
-romstage-y += device_simple.c
-ramstage-y += device_simple.c
+bootblock-y += device_early.c
+postcar-y += device_early.c
+smm-y += device_early.c
+verstage-y += device_early.c
+romstage-y += device_early.c
+ramstage-y += device_early.c
 romstage-$(CONFIG_PCI) += pci_early.c
 
 subdirs-y += oprom dram
diff --git a/src/device/device_simple.c b/src/device/device_early.c
similarity index 100%
rename from src/device/device_simple.c
rename to src/device/device_early.c

-- 
To view, visit https://review.coreboot.org/26293
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I31aeb118615e86026f7111f83a7866d4e7426170
Gerrit-Change-Number: 26293
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180515/f67f84cd/attachment-0001.html>


More information about the coreboot-gerrit mailing list