From a7452b6bce874a897b9e87bfa293362d13b40b7a Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 17 Aug 2016 16:46:43 -0300 Subject: [PATCH] wandboard: Fix mmcroot device name The kernel uses the SoM uSD as mmcblk2, this commit changes the mmcroot for this value allowing the generated image to boot out of box. 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 d2e7e45636..41ad58214a 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -107,7 +107,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