cm_t35: reduce default bootdelay to 3 seconds
[oweals/u-boot.git] / include / configs / ib62x0.h
index f646ae57764de475ae23d701c8a74eed675a1041..7fa0c5356c1c16a334af02e54c8f0fcd59ba5b85 100644 (file)
@@ -3,21 +3,7 @@
  * Gerald Kerma <dreagle@doukki.net>
  * Luka Perkov <luka@openwrt.org>
  *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _CONFIG_IB62x0_H
@@ -88,7 +74,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"