From 32c78b877c73b406e6ebe1a7a3483b430248d764 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Wed, 4 Feb 2015 07:43:35 +0100 Subject: [PATCH] karo: tx6: add missing '/' to MMC_ROOT_STR --- include/configs/tx6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2