diff options
author | Heiko Schocher <hs@denx.de> | 2008-01-11 01:12:09 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-12 00:33:38 +0100 |
commit | 5aa437baae5fe629abeab99bef793a2a1fc71b58 (patch) | |
tree | 04a17acebe96c0bd7b95adc2470b7e9bd617c1f1 /include | |
parent | ac9db066b26935f31bff15c98168b19faeb603f3 (diff) | |
download | u-boot-5aa437baae5fe629abeab99bef793a2a1fc71b58.tar.gz u-boot-5aa437baae5fe629abeab99bef793a2a1fc71b58.tar.xz u-boot-5aa437baae5fe629abeab99bef793a2a1fc71b58.zip |
Fix defaultconfig for the mgcoge board.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mgcoge.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;"\ |