From: Heiko Schocher Date: Fri, 11 Jan 2008 00:12:09 +0000 (+0100) Subject: Fix defaultconfig for the mgcoge board. X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5aa437baae5fe629abeab99bef793a2a1fc71b58;p=u-boot.git Fix defaultconfig for the mgcoge board. Signed-off-by: Heiko Schocher --- diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index ab2877858b..3de24669fd 100644 --- a/include/configs/mgcoge.h +++ b/include/configs/mgcoge.h @@ -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;"\