Fix defaultconfig for the mgcoge board.
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
ac9db066b2
commit
5aa437baae
|
@ -108,7 +108,7 @@
|
||||||
"addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
|
"addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
|
||||||
"addip=setenv bootargs ${bootargs} " \
|
"addip=setenv bootargs ${bootargs} " \
|
||||||
"ip=${ipaddr}:${serverip}:${gatewayip}:" \
|
"ip=${ipaddr}:${serverip}:${gatewayip}:" \
|
||||||
"${netmask}:${hostname}:${netdev}:on panic=1 " \
|
"${netmask}:${hostname}:${netdev}:off panic=1 " \
|
||||||
"console=${console}\0" \
|
"console=${console}\0" \
|
||||||
"net_nfs=tftp ${kernel_addr} ${bootfile}; " \
|
"net_nfs=tftp ${kernel_addr} ${bootfile}; " \
|
||||||
"tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\
|
"tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\
|
||||||
|
|
Loading…
Reference in New Issue