]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ks2_evm: configs: fix UBI volume name
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>
Mon, 3 Nov 2014 16:09:51 +0000 (18:09 +0200)
committerTom Rini <trini@ti.com>
Thu, 6 Nov 2014 16:04:38 +0000 (11:04 -0500)
The UBI volume name has to be prefixed with "ubi:".

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
include/configs/ks2_evm.h

index e734ebbae54996fac9e7d9583e8ab5f454e20888..7157b7819b86c6bdfe299dae63b797fab5a8314a 100644 (file)
        "run_kern=bootm ${addr_kern} - ${addr_fdt}\0"                   \
        "init_net=run args_all args_net\0"                              \
        "init_ubi=run args_all args_ubi; "                              \
-               "ubi part ubifs; ubifsmount boot;"                      \
+               "ubi part ubifs; ubifsmount ubi:boot;"                  \
                "ubifsload ${addr_secdb_key} securedb.key.bin;\0"       \
        "get_fdt_net=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}\0"       \
        "get_fdt_ubi=ubifsload ${addr_fdt} ${name_fdt}\0"               \