|
@@ -518,7 +518,7 @@ int do_load_serial_bin (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|
char *s;
|
|
char *s;
|
|
|
|
|
|
if (((s = getenv("autoscript")) != NULL) && (strcmp(s,"yes") == 0)) {
|
|
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);
|
|
load_addr);
|
|
|
|
|
|
s = getenv ("autoscript_uname");
|
|
s = getenv ("autoscript_uname");
|