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

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri Jun 8 18:29:45 CEST 2018


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


Change subject: mb/lowrisc/nexys4ddr: Get rid of device_t
......................................................................

mb/lowrisc/nexys4ddr: Get rid of device_t

Use of device_t has been abandoned in ramstage.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/26981/1

diff --git a/src/mainboard/lowrisc/nexys4ddr/mainboard.c b/src/mainboard/lowrisc/nexys4ddr/mainboard.c
index 97acc1e..3ef8337 100644
--- a/src/mainboard/lowrisc/nexys4ddr/mainboard.c
+++ b/src/mainboard/lowrisc/nexys4ddr/mainboard.c
@@ -17,7 +17,7 @@
 #include <device/device.h>
 #include <symbols.h>
 
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
 {
 	uintptr_t ram_base;
 	size_t ram_size;

-- 
To view, visit https://review.coreboot.org/26981
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: I99aa5863372813e42c0591e523bb524627b1feb0
Gerrit-Change-Number: 26981
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/20180608/9d2e1f6c/attachment.html>


More information about the coreboot-gerrit mailing list