]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_net.c
cmd_ide: Remove unused AmigaOneG3SE code
[u-boot] / common / cmd_net.c
index 9bef7a2049e9013e8c062efbaa537b5cfe197f59..92bbf85d1139a4acdf2df3670070a0d6059bec63 100644 (file)
@@ -224,7 +224,7 @@ netboot_common (proto_t proto, cmd_tbl_t *cmdtp, int argc, char *argv[])
 
 #ifdef CONFIG_SOURCE
        if (((s = getenv("autoscript")) != NULL) && (strcmp(s,"yes") == 0)) {
-               printf ("Running "source" command at addr 0x%08lX",
+               printf ("Running \"source\" command at addr 0x%08lX",
                        load_addr);
 
                s = getenv ("autoscript_uname");