]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: k2*_evm: Update fdt file names
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 6 Jun 2016 05:48:42 +0000 (11:18 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2016 17:39:18 +0000 (13:39 -0400)
Now that all Keystone2 dts file names are changed in Linux kernel, reflect the
same in evn variables inorder to find the right dtb file.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
include/configs/k2e_evm.h
include/configs/k2g_evm.h
include/configs/k2hk_evm.h
include/configs/k2l_evm.h

index 07f975bb37be67a1af3b87b17f6ee9798bc99bb1..7eaab875f28d0b9365094164be9582f1e5a86595 100644 (file)
@@ -21,7 +21,7 @@
        "addr_mon=0x0c140000\0"                                         \
        "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_fdt=keystone-k2e-evm.dtb\0"                               \
        "name_mon=skern-k2e.bin\0"                                      \
        "name_ubi=k2e-evm-ubifs.ubi\0"                                  \
        "name_uboot=u-boot-spi-k2e-evm.gph\0"                           \
index 3f9851026832bf8d0b55a0f44ce42be36b5b0efe..f8bba6710dba82b3b173c96c8eb5671891a10695 100644 (file)
@@ -26,7 +26,7 @@
        "addr_mon=0x0c040000\0"                                         \
        "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs "        \
        "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0"       \
-       "name_fdt=k2g-evm.dtb\0"                                \
+       "name_fdt=keystone-k2g-evm.dtb\0"                               \
        "name_mon=skern-k2g.bin\0"                                      \
        "name_ubi=k2g-evm-ubifs.ubi\0"                                  \
        "name_uboot=u-boot-spi-k2g-evm.gph\0"                           \
index a268a86736482f3154a457efc4dbca29b25f08f1..0256f0e56780cbf5f84855335f57efa9d265e380 100644 (file)
@@ -21,7 +21,7 @@
        "addr_mon=0x0c5f0000\0"                                         \
        "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_fdt=keystone-k2hk-evm.dtb\0"                              \
        "name_mon=skern-k2hk.bin\0"                                     \
        "name_ubi=k2hk-evm-ubifs.ubi\0"                                 \
        "name_uboot=u-boot-spi-k2hk-evm.gph\0"                          \
index f366e6703d00ef4b530ee6f405227526b65af6ec..2322ab288d99fa461a75de720d320c10fc821356 100644 (file)
@@ -21,7 +21,7 @@
        "addr_mon=0x0c140000\0"                                         \
        "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_fdt=keystone-k2l-evm.dtb\0"                               \
        "name_mon=skern-k2l.bin\0"                                      \
        "name_ubi=k2l-evm-ubifs.ubi\0"                                  \
        "name_uboot=u-boot-spi-k2l-evm.gph\0"                           \