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