]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/compulab/cm_t35/cm_t35.c
common: convert compulab splash load code to common code
[karo-tx-uboot.git] / board / compulab / cm_t35 / cm_t35.c
index 8143c05353cc615a2802e33619b555ea314cfd34..c4ea8ea875f533f21a4d0bec13bf8795026658b9 100644 (file)
@@ -19,6 +19,7 @@
 #include <i2c.h>
 #include <usb.h>
 #include <mmc.h>
+#include <splash.h>
 #include <twl4030.h>
 #include <linux/compiler.h>
 
@@ -69,8 +70,8 @@ struct splash_location splash_locations[] = {
 
 int splash_screen_prepare(void)
 {
-       return cl_splash_screen_prepare(splash_locations,
-                                       ARRAY_SIZE(splash_locations));
+       return splash_source_load(splash_locations,
+                                 ARRAY_SIZE(splash_locations));
 }
 
 /*