]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ac14xx: use the official product name everywhere
authorGerhard Sittig <gsi@denx.de>
Wed, 5 Jun 2013 12:51:10 +0000 (14:51 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 24 Jun 2013 20:27:13 +0000 (22:27 +0200)
remove remaining "k6" code names, switch to the official 'ac14xx' name

Signed-off-by: Gerhard Sittig <gsi@denx.de>
include/configs/ac14xx.h

index e06e9ea24b991af19595e918ccd8ecc91d71896e..fcb56f4ad5a9e1b18c5bbca293e85c300bc9cf2d 100644 (file)
 #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"                           \