]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/update.c
Merge git://git.denx.de/u-boot-i2c
[people/ms/u-boot.git] / 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;
        }