Skip to content
Snippets Groups Projects
Commit ff52e3b4 authored by Khoronzhuk, Ivan's avatar Khoronzhuk, Ivan Committed by Tom Rini
Browse files

ks2_evm: configs: fix UBI volume name


The UBI volume name has to be prefixed with "ubi:".

Signed-off-by: default avatarIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
Reviewed-by: default avatarTom Rini <trini@ti.com>
parent ac779268
No related branches found
No related tags found
No related merge requests found
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
"run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \ "run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \
"init_net=run args_all args_net\0" \ "init_net=run args_all args_net\0" \
"init_ubi=run args_all args_ubi; " \ "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" \ "ubifsload ${addr_secdb_key} securedb.key.bin;\0" \
"get_fdt_net=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}\0" \ "get_fdt_net=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}\0" \
"get_fdt_ubi=ubifsload ${addr_fdt} ${name_fdt}\0" \ "get_fdt_ubi=ubifsload ${addr_fdt} ${name_fdt}\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment