diff mbox

[U-Boot,v2,6/7] ac14xx: use the official product name everywhere

Message ID 1370436671-12422-7-git-send-email-gsi@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Commit Message

Gerhard Sittig June 5, 2013, 12:51 p.m. UTC
remove remaining "k6" code names, switch to the official 'ac14xx' name

Signed-off-by: Gerhard Sittig <gsi@denx.de>
---
 include/configs/ac14xx.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Wolfgang Denk June 24, 2013, 8:28 p.m. UTC | #1
Dear Gerhard Sittig,

In message <1370436671-12422-7-git-send-email-gsi@denx.de> you wrote:
> remove remaining "k6" code names, switch to the official 'ac14xx' name
> 
> Signed-off-by: Gerhard Sittig <gsi@denx.de>
> ---
>  include/configs/ac14xx.h |   10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Applied to u-boot-mpc5xxx, thanks.


Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h
index e06e9ea..fcb56f4 100644
--- a/include/configs/ac14xx.h
+++ b/include/configs/ac14xx.h
@@ -507,13 +507,13 @@ 
 #define CONFIG_EXTRA_ENV_SETTINGS_DEVEL					\
 	"muster_nr=00\0"						\
 	"fromram=run ramargs addip addtty; "				\
-		"tftp ${fdt_addr_r} k6m2/ac14xx.dtb-${muster_nr}; "	\
-		"tftp ${kernel_addr_r} k6m2/uImage-${muster_nr}; "	\
-		"tftp ${ramdisk_addr_r} k6m2/uFS-${muster_nr}; "	\
+		"tftp ${fdt_addr_r} ac14xx/ac14xx.dtb-${muster_nr}; "	\
+		"tftp ${kernel_addr_r} ac14xx/uImage-${muster_nr}; "	\
+		"tftp ${ramdisk_addr_r} ac14xx/uFS-${muster_nr}; "	\
 		"bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}\0" \
 	"fromnfs=run nfsargs addip addtty; "				\
-		"tftp ${fdt_addr_r} k6m2/ac14xx.dtb-${muster_nr}; "	\
-		"tftp ${kernel_addr_r} k6m2/uImage-${muster_nr}; "	\
+		"tftp ${fdt_addr_r} ac14xx/ac14xx.dtb-${muster_nr}; "	\
+		"tftp ${kernel_addr_r} ac14xx/uImage-${muster_nr}; "	\
 		"bootm ${kernel_addr_r} - ${fdt_addr_r}\0"		\
 	"fromflash=run nfsargs addip addtty; "				\
 		"bootm fc020000 - fc000000\0"				\