aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-08 18:31:43 +0200
committerNico Huber <nico.h@gmx.de>2018-06-09 16:39:35 +0000
commit5cb876cc1fef34e238e37facb36a77dbc45ced9a (patch)
treec16a4900067f028fdc9812e52fa82b02b1aad990 /src/mainboard/emulation/qemu-armv7
parent7a5f77142f68edd03874015300e471eb80d03c45 (diff)
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>
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7')
-rw-r--r--src/mainboard/emulation/qemu-armv7/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/mainboard.c b/src/mainboard/emulation/qemu-armv7/mainboard.c
index 39c2361eea..d91d77a097 100644
--- a/src/mainboard/emulation/qemu-armv7/mainboard.c
+++ b/src/mainboard/emulation/qemu-armv7/mainboard.c
@@ -50,7 +50,7 @@ static void init_gfx(void)
set_vbe_mode_info_valid(&edid, framebuffer);
}
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
{
int discovered;
if (!dev) {