Skip to content
Snippets Groups Projects
Commit decbe029 authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

mgcoge: update configuration


Fix configuration for mgcoge board

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent c136724c
No related branches found
No related tags found
No related merge requests found
...@@ -105,12 +105,11 @@ ...@@ -105,12 +105,11 @@
"ramargs=setenv bootargs root=/dev/ram rw\0" \ "ramargs=setenv bootargs root=/dev/ram rw\0" \
"nfsargs=setenv bootargs root=/dev/nfs rw " \ "nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsroot=${serverip}:${rootpath}\0" \ "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" \ "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
"addip=setenv bootargs ${bootargs} " \ "addip=setenv bootargs ${bootargs} " \
"ip=${ipaddr}:${serverip}:${gatewayip}:" \ "ip=${ipaddr}:${serverip}:${gatewayip}:" \
"${netmask}:${hostname}:${netdev}:off panic=1 " \ "${netmask}:${hostname}:${netdev}:off panic=1\0" \
"console=${console}\0" \
"net_nfs=tftp ${kernel_addr} ${bootfile}; " \ "net_nfs=tftp ${kernel_addr} ${bootfile}; " \
"tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\ "tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\
"bootm ${kernel_addr} - ${fdt_addr}\0" \ "bootm ${kernel_addr} - ${fdt_addr}\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment