]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/bus_vcxk.c
GCC4.6: Squash warning in bus_vcxk.c
[karo-tx-uboot.git] / drivers / video / bus_vcxk.c
index 67a59a75d62bd8781798c166afcc7d5e38c5c774..7aecb92f69a014fb694539113899ee58a41e2f84 100644 (file)
@@ -164,7 +164,7 @@ int vcxk_init(unsigned long width, unsigned long height)
 #else
        #error CONFIG_SYS_VCXK_DEFAULT_LINEALIGN is invalid
 #endif
-       debug("linesize ((%d + 15) / 8 & ~0x1) = %d\n",
+       debug("linesize ((%ld + 15) / 8 & ~0x1) = %ld\n",
                display_width, display_bwidth);
 
 #ifdef CONFIG_SYS_VCXK_AUTODETECT