Explorar o código

Fix defaultconfig for the mgcoge board.

Signed-off-by: Heiko Schocher <hs@denx.de>
Heiko Schocher %!s(int64=17) %!d(string=hai) anos
pai
achega
5aa437baae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/configs/mgcoge.h

+ 1 - 1
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;"\