[coreboot-gerrit] Change in coreboot[master]: superio: move files to match the common naming scheme

Felix Held (Code Review) gerrit at coreboot.org
Wed Dec 27 23:13:21 CET 2017


Felix Held has uploaded this change for review. ( https://review.coreboot.org/23009


Change subject: superio: move files to match the common naming scheme
......................................................................

superio: move files to match the common naming scheme

Change-Id: I1a8fc34aaaf42514c8af97ab155ff2712e7a5448
Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
---
M src/superio/smsc/sio10n268/Makefile.inc
R src/superio/smsc/sio10n268/superio.c
M src/superio/via/vt1211/Makefile.inc
R src/superio/via/vt1211/superio.c
4 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/23009/1

diff --git a/src/superio/smsc/sio10n268/Makefile.inc b/src/superio/smsc/sio10n268/Makefile.inc
index ab15abe..2241db3 100644
--- a/src/superio/smsc/sio10n268/Makefile.inc
+++ b/src/superio/smsc/sio10n268/Makefile.inc
@@ -13,4 +13,4 @@
 ## GNU General Public License for more details.
 ##
 
-ramstage-$(CONFIG_SUPERIO_SMSC_SIO10N268) += sio10n268.c
+ramstage-$(CONFIG_SUPERIO_SMSC_SIO10N268) += superio.c
diff --git a/src/superio/smsc/sio10n268/sio10n268.c b/src/superio/smsc/sio10n268/superio.c
similarity index 100%
rename from src/superio/smsc/sio10n268/sio10n268.c
rename to src/superio/smsc/sio10n268/superio.c
diff --git a/src/superio/via/vt1211/Makefile.inc b/src/superio/via/vt1211/Makefile.inc
index a0c8f8b..d3044af 100644
--- a/src/superio/via/vt1211/Makefile.inc
+++ b/src/superio/via/vt1211/Makefile.inc
@@ -14,4 +14,4 @@
 ## GNU General Public License for more details.
 ##
 
-ramstage-$(CONFIG_SUPERIO_VIA_VT1211) += vt1211.c
+ramstage-$(CONFIG_SUPERIO_VIA_VT1211) += superio.c
diff --git a/src/superio/via/vt1211/vt1211.c b/src/superio/via/vt1211/superio.c
similarity index 100%
rename from src/superio/via/vt1211/vt1211.c
rename to src/superio/via/vt1211/superio.c

-- 
To view, visit https://review.coreboot.org/23009
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: I1a8fc34aaaf42514c8af97ab155ff2712e7a5448
Gerrit-Change-Number: 23009
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot at felixheld.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171227/3601abc8/attachment.html>


More information about the coreboot-gerrit mailing list