From: Fabio Estevam Date: Tue, 8 Oct 2013 02:17:03 +0000 (-0300) Subject: mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=95a98c21d60d10a03e35666a4de7a25ad0e29f0e;p=bsp%2Fu-boot.git mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT Using mmcblk0 for CONFIG_MMCROOT, so that the rootfs can be found on both FSL 3.0.35 as well as in mainline kernel. Signed-off-by: Fabio Estevam --- diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 4919f53328..65b1a37142 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -15,7 +15,7 @@ #define CONFIG_MACH_TYPE 3980 #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_CONSOLE_DEV "ttymxc0" -#define CONFIG_MMCROOT "/dev/mmcblk1p2" +#define CONFIG_MMCROOT "/dev/mmcblk0p2" #if defined(CONFIG_MX6Q) #define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb" #elif defined(CONFIG_MX6DL)