Merge git://git.denx.de/u-boot-x86
[oweals/u-boot.git] / board / intel / galileo / galileo.c
index 212c9702d3a5a35f07a226e21e7a86ef1e6878f0..2fe1923a9fc39e9373379e3448b2a13fce65ad09 100644 (file)
@@ -9,11 +9,6 @@
 #include <asm/arch/device.h>
 #include <asm/arch/quark.h>
 
-int board_early_init_f(void)
-{
-       return 0;
-}
-
 /*
  * Intel Galileo gen2 board uses GPIO Resume Well bank pin0 as the PERST# pin.
  *
@@ -65,8 +60,3 @@ void board_deassert_perst(void)
        val |= (1 << 0);
        outl(val, port);
 }
-
-void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio)
-{
-       return;
-}