summaryrefslogtreecommitdiffstats
path: root/include/configs/ac14xx.h
diff options
context:
space:
mode:
authorGerhard Sittig <gsi@denx.de>2013-06-05 14:51:10 +0200
committerWolfgang Denk <wd@denx.de>2013-06-24 22:27:13 +0200
commit4779025c1ed685247c338763f2e1e0a17d201c51 (patch)
tree477d115ae30f3243b046547807bcd47d7b1a833b /include/configs/ac14xx.h
parent81b0fb04101da1bf1e399bbf56c86d0ad3a2fe3d (diff)
downloadtalos-obmc-uboot-4779025c1ed685247c338763f2e1e0a17d201c51.tar.gz
talos-obmc-uboot-4779025c1ed685247c338763f2e1e0a17d201c51.zip
ac14xx: use the official product name everywhere
remove remaining "k6" code names, switch to the official 'ac14xx' name Signed-off-by: Gerhard Sittig <gsi@denx.de>
Diffstat (limited to 'include/configs/ac14xx.h')
-rw-r--r--include/configs/ac14xx.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h
index e06e9ea24b..fcb56f4ad5 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" \
OpenPOWER on IntegriCloud