Commit ff52e3b4306dc1f7f1c3e60802fba84acad66ce8

Authored by Khoronzhuk, Ivan
Committed by Tom Rini
1 parent ac7792687a

ks2_evm: configs: fix UBI volume name

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/ks2_evm.h
... ... @@ -268,7 +268,7 @@
268 268 "run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \
269 269 "init_net=run args_all args_net\0" \
270 270 "init_ubi=run args_all args_ubi; " \
271   - "ubi part ubifs; ubifsmount boot;" \
  271 + "ubi part ubifs; ubifsmount ubi:boot;" \
272 272 "ubifsload ${addr_secdb_key} securedb.key.bin;\0" \
273 273 "get_fdt_net=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}\0" \
274 274 "get_fdt_ubi=ubifsload ${addr_fdt} ${name_fdt}\0" \