From ad45bfc1060f53e2a61a0c16d8a73a1f30186f13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Tam=C3=A9s?= Date: Wed, 10 Dec 2014 04:23:23 +0000 Subject: [PATCH] wandboard: Changed mmcroot variable so kernel 3.10.31 boots MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfonso Tamés Signed-off-by: Otavio Salvador --- include/configs/wandboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 6e8aec267d..7a40365c05 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -100,7 +100,7 @@ "ip_dyn=yes\0" \ "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \ "mmcpart=1\0" \ - "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ + "mmcroot=/dev/mmcblk2p2 rootwait rw\0" \ "update_sd_firmware_filename=u-boot.imx\0" \ "update_sd_firmware=" \ "if test ${ip_dyn} = yes; then " \ -- 2.40.1