diff options
Diffstat (limited to 'include/configs/ib62x0.h')
| -rw-r--r-- | include/configs/ib62x0.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index f646ae577..d3c664cd1 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -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" |