[coreboot-gerrit] Change in coreboot[master]: mb/sifive: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 4 22:02:18 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26099


Change subject: mb/sifive: Get rid of device_t
......................................................................

mb/sifive: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I8c6358d072b25ab4758637da989883daa600c8ee
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/sifive/hifive-unleashed/mainboard.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/26099/1

diff --git a/src/mainboard/sifive/hifive-unleashed/mainboard.c b/src/mainboard/sifive/hifive-unleashed/mainboard.c
index ab4d6ae..bfc4d6e 100644
--- a/src/mainboard/sifive/hifive-unleashed/mainboard.c
+++ b/src/mainboard/sifive/hifive-unleashed/mainboard.c
@@ -17,7 +17,7 @@
 #include <bootblock_common.h>
 #include <timestamp.h>
 
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
 {
 }
 

-- 
To view, visit https://review.coreboot.org/26099
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: I8c6358d072b25ab4758637da989883daa600c8ee
Gerrit-Change-Number: 26099
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180504/cff29914/attachment.html>


More information about the coreboot-gerrit mailing list