mgcoge: update configuration
authorHeiko Schocher <hs@denx.de>
Fri, 14 Mar 2008 10:05:20 +0000 (11:05 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 16 Mar 2008 00:26:27 +0000 (01:26 +0100)
Fix configuration for mgcoge board

Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/mgcoge.h

index 98facf2..b1e3d53 100644 (file)
        "ramargs=setenv bootargs root=/dev/ram rw\0"                    \
        "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
                "nfsroot=${serverip}:${rootpath}\0"                     \
-       "addcon=setenv bootargs ${bootargs} console=ttyCPM0,,${baudrate}\0"     \
+       "addcon=setenv bootargs ${bootargs} console=ttyCPM0,${baudrate}\0"      \
        "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0"              \
        "addip=setenv bootargs ${bootargs} "                            \
                "ip=${ipaddr}:${serverip}:${gatewayip}:"                \
-               "${netmask}:${hostname}:${netdev}:off panic=1 "         \
-               "console=${console}\0"                                  \
+               "${netmask}:${hostname}:${netdev}:off panic=1\0"        \
        "net_nfs=tftp ${kernel_addr} ${bootfile}; "                     \
                "tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\
                "bootm ${kernel_addr} - ${fdt_addr}\0"                  \