summaryrefslogtreecommitdiffstats
path: root/board/coreboot/coreboot/coreboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/coreboot/coreboot/coreboot.c')
-rw-r--r--board/coreboot/coreboot/coreboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c
index b260f9a163..154faf6239 100644
--- a/board/coreboot/coreboot/coreboot.c
+++ b/board/coreboot/coreboot/coreboot.c
@@ -16,7 +16,7 @@ int arch_early_init_r(void)
return 0;
}
-void setup_pch_gpios(u32 gpiobase, const struct pch_gpio_map *gpio)
+void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio)
{
return;
}
OpenPOWER on IntegriCloud