]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ids8247/ids8247.c
Some copy-n-paste fixes in printf usage
[karo-tx-uboot.git] / board / ids8247 / ids8247.c
index 8ec4cd717995b708a39cdb22efd51356690cddd6..44fc79cd58d7ff1ab0fdf1bf3011e297dd68040f 100644 (file)
@@ -334,7 +334,7 @@ void ft_blob_update(void *blob, bd_t *bd)
        ret = fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
 
        if (ret < 0) {
-               printf("ft_blob_update): cannot set /memory/reg "
+               printf("ft_blob_update(): cannot set /memory/reg "
                        "property err:%s\n", fdt_strerror(ret));
        }
 }