]> git.sur5r.net Git - u-boot/blobdiff - board/google/chromebox_panther/panther.c
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
[u-boot] / board / google / chromebox_panther / panther.c
index d492a0383fffc77ff3975cd6f0306cce0ba9ff4c..2adc202be083875210e958549a16682c592409bd 100644 (file)
@@ -5,18 +5,3 @@
  */
 
 #include <common.h>
-#include <asm/arch/pch.h>
-
-int arch_early_init_r(void)
-{
-       return 0;
-}
-
-int board_early_init_f(void)
-{
-       return 0;
-}
-
-void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio)
-{
-}