]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ib62x0.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / include / configs / ib62x0.h
index 85856f290edecc8f83241d4ac929b4a5d94eda1b..d3c664cd1889aa04fddf836786138d29e46f2e37 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2011-2012
  * Gerald Kerma <dreagle@doukki.net>
- * Luka Perkov <uboot@lukaperkov.net>
+ * Luka Perkov <luka@openwrt.org>
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -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"