diff options
Diffstat (limited to 'board/cray/L1/L1.c')
| -rw-r--r-- | board/cray/L1/L1.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cray/L1/L1.c b/board/cray/L1/L1.c index 1c82bdf12..8a06ecc66 100644 --- a/board/cray/L1/L1.c +++ b/board/cray/L1/L1.c @@ -164,7 +164,7 @@ int misc_init_r (void)  			setenv ("ethaddr", e);  		}  	} -	sprintf (bootcmd,"autoscript %X",(unsigned)bootscript); +	sprintf (bootcmd,"source %X",(unsigned)bootscript);  	setenv ("bootcmd", bootcmd);  	return (0);  } |