]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/coreboot/coreboot/coreboot.c
x86: ich6-gpio: Move setup_pch_gpios() to board support codes
[people/ms/u-boot.git] / board / coreboot / coreboot / coreboot.c
index 0240c345810f2fdb038dcffc34657857038bcba1..b260f9a1636cc5f045c17f3373accd527a9c50dd 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <common.h>
 #include <cros_ec.h>
+#include <asm/gpio.h>
 
 int arch_early_init_r(void)
 {
@@ -14,3 +15,8 @@ int arch_early_init_r(void)
 
        return 0;
 }
+
+void setup_pch_gpios(u32 gpiobase, const struct pch_gpio_map *gpio)
+{
+       return;
+}