]> git.sur5r.net Git - u-boot/commitdiff
Fix defaultconfig for the mgcoge board.
authorHeiko Schocher <hs@denx.de>
Fri, 11 Jan 2008 00:12:09 +0000 (01:12 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 11 Jan 2008 23:33:38 +0000 (00:33 +0100)
Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/mgcoge.h

index ab2877858b73befb905ef7c194f08ecf4cda7728..3de24669fdf391f161736be466bf8ac9e355f477 100644 (file)
        "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;"\