]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ti_armv7_common.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / include / configs / ti_armv7_common.h
index 6dc5ebdd3497d3296d456754eb211b9c0d3f791b..6dc65158994a3479b293da37d2a13ac07e43b45e 100644 (file)
        "ramdisk_addr_r=0x88080000\0" \
        "bootm_size=0x10000000\0"
 
+#define DEFAULT_MMC_TI_ARGS \
+       "mmcdev=0\0" \
+       "mmcrootfstype=ext4 rootwait\0" \
+       "finduuid=part uuid mmc 0:2 uuid\0" \
+       "args_mmc=run finduuid;setenv bootargs console=${console} " \
+               "${optargs} " \
+               "root=PARTUUID=${uuid} rw " \
+               "rootfstype=${mmcrootfstype}\0"
+
 /*
  * Default to a quick boot delay.
  */
 #define CONFIG_SYS_MALLOC_LEN  (16 << 20)
 #endif
 #define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_SYS_PROMPT              "U-Boot# "
 #define CONFIG_SYS_CONSOLE_INFO_QUIET
 #define CONFIG_BAUDRATE                        115200
 #define CONFIG_ENV_VARS_UBOOT_CONFIG   /* Strongly encouraged */