diff options
author | Detlev Zundel <dzu@denx.de> | 2008-04-03 12:18:47 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-17 21:28:24 (GMT) |
commit | f308572e19eb7fe63aa3d41f214cde4c23c9800f (patch) | |
tree | 5177c27d1c2abbaf6788262f9316fd856afc6ac0 /include | |
parent | e175eacc87c3a9e4dad0799fee0e95732520afc7 (diff) | |
download | u-boot-f308572e19eb7fe63aa3d41f214cde4c23c9800f.tar.xz |
mgcoge, mgsuv: rename 'addcon' to 'addcons'
The latter name with 13 users is already established, so we will use
that.
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mgcoge.h | 4 | ||||
-rw-r--r-- | include/configs/mgsuvd.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index b1e3d53..f0fed06 100644 --- a/include/configs/mgcoge.h +++ b/include/configs/mgcoge.h @@ -105,13 +105,13 @@ "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" \ + "addcons=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\0" \ "net_nfs=tftp ${kernel_addr} ${bootfile}; " \ - "tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\ + "tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcons;"\ "bootm ${kernel_addr} - ${fdt_addr}\0" \ "net_self=tftp ${kernel_addr} ${bootfile}; " \ "tftp ${fdt_addr} ${fdt_file}; " \ diff --git a/include/configs/mgsuvd.h b/include/configs/mgsuvd.h index 5482089..aa026d9 100644 --- a/include/configs/mgsuvd.h +++ b/include/configs/mgsuvd.h @@ -61,7 +61,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ - "addcon=setenv bootargs ${bootargs} console=ttyCPM0,${baudrate}\0" \ + "addcons=setenv bootargs ${bootargs} console=ttyCPM0,${baudrate}\0" \ "nfsargs=setenv bootargs root=/dev/nfs rw " \ "nfsroot=${serverip}:${rootpath}\0" \ "ramargs=setenv bootargs root=/dev/ram rw\0" \ @@ -73,7 +73,7 @@ "flash_self=run ramargs addip;" \ "bootm ${kernel_addr} ${ramdisk_addr}\0" \ "net_nfs=tftp ${kernel_addr} ${bootfile}; " \ - "tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcon;"\ + "tftp ${fdt_addr} ${fdt_file}; run nfsargs addip addcons;"\ "bootm ${kernel_addr} - ${fdt_addr}\0" \ "rootpath=/opt/eldk/ppc_8xx\0" \ "bootfile=/tftpboot/mgsuvd/uImage\0" \ |