]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ib62x0.h
ubifs: Allow ubifsmount volume reference by number
[people/ms/u-boot.git] / include / configs / ib62x0.h
index f646ae57764de475ae23d701c8a74eed675a1041..d3c664cd1889aa04fddf836786138d29e46f2e37 100644 (file)
@@ -88,7 +88,7 @@
 #define CONFIG_BOOTCOMMAND \
        "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; "     \
        "ubi part root; "                                               \
-       "ubifsmount root; "                                             \
+       "ubifsmount ubi:root; "                                         \
        "ubifsload 0x800000 ${kernel}; "                                \
        "ubifsload 0x1100000 ${initrd}; "                               \
        "bootm 0x800000 0x1100000"