]> git.sur5r.net Git - u-boot/blobdiff - board/google/chromebox_panther/panther.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / google / chromebox_panther / panther.c
index d492a0383fffc77ff3975cd6f0306cce0ba9ff4c..da3445bb1d52433520d49d65d93894f77f74b867 100644 (file)
@@ -1,22 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #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)
-{
-}