From f308572e19eb7fe63aa3d41f214cde4c23c9800f Mon Sep 17 00:00:00 2001 From: Detlev Zundel Date: Thu, 3 Apr 2008 14:18:47 +0200 Subject: [PATCH] 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 --- include/configs/mgcoge.h | 4 ++-- 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" \ -- 2.7.4