]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/lcd.c
spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN
[people/ms/u-boot.git] / common / lcd.c
index 51705adeaf79918bce59a374a3319c6cb98a3cce..783626e3d54caf4fbdd4940892023a9171ded5df 100644 (file)
@@ -66,8 +66,8 @@ void lcd_sync(void)
        int line_length;
 
        if (lcd_flush_dcache)
-               flush_dcache_range((u32)lcd_base,
-                       (u32)(lcd_base + lcd_get_size(&line_length)));
+               flush_dcache_range((ulong)lcd_base,
+                       (ulong)(lcd_base + lcd_get_size(&line_length)));
 #endif
 }