]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
configs: k2*_evm: rename skernel binary names to generated file names
authorNishanth Menon <nm@ti.com>
Wed, 22 Jul 2015 23:05:48 +0000 (18:05 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:46 +0000 (13:50 +0200)
using http://git.ti.com/keystone-linux/boot-monitor/trees/master as
reference (tag K2_BM_15.07) the generated files do not have evm
extensions by default. So dont use -evm extension.

Reviewed-by: Murali Karicheri <m-karicheri2@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
include/configs/k2e_evm.h
include/configs/k2hk_evm.h
include/configs/k2l_evm.h

index 3b8a98be22a7a8479a30c862eb71c7be6986071d..78b42a0d8dc0f112081a34ebc6b079defab77603 100644 (file)
@@ -19,7 +19,7 @@
        "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs "        \
        "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0"       \
        "name_fdt=k2e-evm.dtb\0"                                        \
-       "name_mon=skern-k2e-evm.bin\0"                                  \
+       "name_mon=skern-k2e.bin\0"                                      \
        "name_ubi=k2e-evm-ubifs.ubi\0"                                  \
        "name_uboot=u-boot-spi-k2e-evm.gph\0"                           \
        "name_fs=arago-console-image-k2e-evm.cpio.gz\0"
index 2373bd923b6c57ff675c3c095e4b8610039d17b6..562e721b17c081a52fd86521feb8d6129b522862 100644 (file)
@@ -19,7 +19,7 @@
        "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs "        \
        "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0"       \
        "name_fdt=k2hk-evm.dtb\0"                               \
-       "name_mon=skern-k2hk-evm.bin\0"                                 \
+       "name_mon=skern-k2hk.bin\0"                                     \
        "name_ubi=k2hk-evm-ubifs.ubi\0"                                 \
        "name_uboot=u-boot-spi-k2hk-evm.gph\0"                          \
        "name_fs=arago-console-image-k2hk-evm.cpio.gz\0"
index b90b85280964de9f65a33cad000c3ee7a64d3ad2..97f71b3ba29f5a76b28dd102730eeb0addc3daf0 100644 (file)
@@ -19,7 +19,7 @@
        "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs "        \
        "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,4096\0"       \
        "name_fdt=k2l-evm.dtb\0"                                        \
-       "name_mon=skern-k2l-evm.bin\0"                                  \
+       "name_mon=skern-k2l.bin\0"                                      \
        "name_ubi=k2l-evm-ubifs.ubi\0"                                  \
        "name_uboot=u-boot-spi-k2l-evm.gph\0"                           \
        "name_fs=arago-console-image-k2l-evm.cpio.gz\0"