]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/fdt_support.c
sandbox: defconfig: enable support of sandbox PMIC drivers
[karo-tx-uboot.git] / common / fdt_support.c
index 8011083807639fa328d93932434759e6ad90f040..612ee914c6b726ac4ce86d069aebb2fb86b43948 100644 (file)
@@ -1549,7 +1549,7 @@ int fdt_setup_simplefb_node(void *fdt, int node, u64 base_address, u32 width,
        if (ret < 0)
                return ret;
 
-       snprintf(name, sizeof(name), "framebuffer@%llx", base_address);
+       snprintf(name, sizeof(name), "framebuffer@%" PRIx64, base_address);
        ret = fdt_set_name(fdt, node, name);
        if (ret < 0)
                return ret;