omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
[oweals/u-boot.git] / arch / arm / cpu / armv7 / omap-common / hwinit-common.c
index 459ebb55e572ab7bf78eb16f59a45b259ef28154..4d7ef5c524a599cbbf827f63c5f0eca3d02107a2 100644 (file)
@@ -92,6 +92,11 @@ static void init_boot_params(void)
 {
        boot_params_ptr = (u32 *) &boot_params;
 }
+
+void spl_display_print(void)
+{
+       omap_rev_string();
+}
 #endif
 
 /*