Skip to content
Snippets Groups Projects
Commit 5aa437ba authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

Fix defaultconfig for the mgcoge board.


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent ac9db066
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@
"addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
"addip=setenv bootargs ${bootargs} " \
"ip=${ipaddr}:${serverip}:${gatewayip}:" \
"${netmask}:${hostname}:${netdev}:on panic=1 " \
"${netmask}:${hostname}:${netdev}:off panic=1 " \
"console=${console}\0" \
"net_nfs=tftp ${kernel_addr} ${bootfile}; " \
"tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment