From: Lothar Waßmann Date: Wed, 4 Feb 2015 06:43:35 +0000 (+0100) Subject: karo: tx6: add missing '/' to MMC_ROOT_STR X-Git-Tag: KARO-TX6-2015-02-05~1 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=32c78b877c73b406e6ebe1a7a3483b430248d764 karo: tx6: add missing '/' to MMC_ROOT_STR --- diff --git a/include/configs/tx6.h b/include/configs/tx6.h index 5369b5cba3..f0bf5613a6 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -197,7 +197,7 @@ #define MTD_NAME "gpmi-nand" #define MTDIDS_DEFAULT "nand0=" MTD_NAME #define CONFIG_SYS_NAND_ONFI_DETECTION -#define MMC_ROOT_STR " root=dev/mmcblk0p2 rootwait\0" +#define MMC_ROOT_STR " root=/dev/mmcblk0p2 rootwait\0" #define ROOTPART_UUID_STR "" #else #define CONFIG_SYS_DEFAULT_BOOT_MODE "mmc"