]> git.sur5r.net Git - u-boot/blobdiff - common/update.c
mx6: Add board mx6memcal for use in validating DDR
[u-boot] / common / update.c
index 974f4655e7ef1d492b9c589cdfe02738a9fd1134..33bffaa89eca52014e88fdab626912be8f55bbdf 100644 (file)
@@ -242,7 +242,7 @@ int update_tftp(ulong addr, char *interface, char *devstring)
        } else if (interface && devstring) {
                update_tftp_dfu = true;
        } else {
-               error("Interface: %s and devstring: %s not supported!\n",
+               pr_err("Interface: %s and devstring: %s not supported!\n",
                      interface, devstring);
                return -EINVAL;
        }