mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
SC3: fix typo in default environment
This commit is contained in:
parent
e344568b1b
commit
ccbc703664
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
":${hostname}:${netdev}:off panic=1\0" \
|
||||
"flash_nfs=run nfsargs addip;" \
|
||||
"bootm ${kernel_addr}\0" \
|
||||
"flash_nand=nand_args addip addcon;bootm ${kernel_addr}\0" \
|
||||
"flash_nand=run nand_args addip addcon;bootm ${kernel_addr}\0" \
|
||||
"net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \
|
||||
"rootpath=/opt/eldk/ppc_4xx\0" \
|
||||
"bootfile=/tftpboot/sc3/uImage\0" \
|
||||
|
|
Loading…
Reference in a new issue