mainboard: Get rid of device_t in ramstage

Use of device_t has been abandoned in ramstage.

Change-Id: I07e00afbbd2c19cf3ea6e08f228eb39e45f1ad0c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26983
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes HAOUAS
2018-06-08 18:31:43 +02:00
committed by Nico Huber
parent 7a5f77142f
commit 5cb876cc1f
16 changed files with 23 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
#include <device/device.h>
#include <cbmem.h>
static void mainboard_enable(device_t dev)
static void mainboard_enable(struct device *dev)
{
if (!dev) {