]> git.sur5r.net Git - u-boot/blobdiff - board/samsung/smdk5250/exynos5-dt.c
samsung: misc: add gpt restore option to lcd menu
[u-boot] / board / samsung / smdk5250 / exynos5-dt.c
index 5fb86649360ecf82d9e50561fa87410cf1735096..379a45cc23c51a24213afbaa89ab9d58f5bf1cee 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <common.h>
-#include <cros_ec.h>
 #include <fdtdec.h>
 #include <asm/io.h>
 #include <errno.h>
@@ -45,21 +44,6 @@ int exynos_init(void)
        return 0;
 }
 
-#ifdef CONFIG_DISPLAY_BOARDINFO
-int checkboard(void)
-{
-       const char *board_name;
-
-       board_name = fdt_getprop(gd->fdt_blob, 0, "model", NULL);
-       if (board_name == NULL)
-               printf("\nUnknown Board\n");
-       else
-               printf("\nBoard: %s\n", board_name);
-
-       return 0;
-}
-#endif
-
 #ifdef CONFIG_LCD
 void exynos_cfg_lcd_gpio(void)
 {