Re: [U-Boot] [U-boot] [Patch 1/2] ks2_evm: configs: fix UBI volume name

2014-11-04 Thread Tom Rini
On Mon, Nov 03, 2014 at 06:09:51PM +0200, Ivan Khoronzhuk wrote:

 The UBI volume name has to be prefixed with ubi:.
 
 Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com

Reviewed-by: Tom Rini tr...@ti.com

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [U-boot] [Patch 1/2] ks2_evm: configs: fix UBI volume name

2014-11-03 Thread Ivan Khoronzhuk
The UBI volume name has to be prefixed with ubi:.

Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com
---
 include/configs/ks2_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index e5e628f..3c72517 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -270,7 +270,7 @@
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   \
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot