]> git.sur5r.net Git - u-boot/blobdiff - include/configs/iconnect.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / include / configs / iconnect.h
index 2b523c9fc97f3a22e4596e60da0a9599153cfd35..c882bfa60669a84026e591b622e97eaba3a7e3ce 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * (C) Copyright 2009-2012
  * Wojciech Dubowik <wojciech.dubowik@neratec.com>
- * Luka Perkov <uboot@lukaperkov.net>
+ * Luka Perkov <luka@openwrt.org>
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -87,7 +87,7 @@
 #define CONFIG_BOOTCOMMAND \
        "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; "     \
        "ubi part rootfs; "                                             \
-       "ubifsmount rootfs; "                                           \
+       "ubifsmount ubi:rootfs; "                                       \
        "ubifsload 0x800000 ${kernel}; "                                \
        "bootm 0x800000"