]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/tegra.c
lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type
[karo-tx-uboot.git] / drivers / video / tegra.c
index b8f3431f242339c96cd0a9e28fffa435b4aef0fa..33c61039943bb21012b240e890389795fb78da29 100644 (file)
@@ -92,7 +92,7 @@ void lcd_ctrl_init(void *lcdbase)
        /* Enable flushing after LCD writes if requested */
        lcd_set_flush_dcache(config.cache_type & FDT_LCD_CACHE_FLUSH);
 
-       debug("LCD frame buffer at %08X\n", disp_config->frame_buffer);
+       debug("LCD frame buffer at %pa\n", &disp_config->frame_buffer);
 }
 
 ulong calc_fbsize(void)