]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/universal_c210/universal.c
samsung: common: Add file for common functions, draw_logo() cleanup.
[karo-tx-uboot.git] / board / samsung / universal_c210 / universal.c
index 3feef3f7777381ed75b39fb7d01848c16c61cfa0..2b8c69be1d0952d237ab942e6fec4e12c2846c9b 100644 (file)
@@ -511,3 +511,14 @@ int board_init(void)
 
        return 0;
 }
+
+#ifdef CONFIG_MISC_INIT_R
+int misc_init_r(void)
+{
+#ifdef CONFIG_CMD_BMP
+       if (panel_info.logo_on)
+               draw_logo();
+#endif
+       return 0;
+}
+#endif