From: Alfonso Tamés Date: Wed, 10 Dec 2014 04:23:23 +0000 (+0000) Subject: wandboard: Changed mmcroot variable so kernel 3.10.31 boots X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=05c69ef076d84a0b35ef2d4cfd094a30462bc4e5;p=bsp%2Fu-boot.git wandboard: Changed mmcroot variable so kernel 3.10.31 boots Signed-off-by: Alfonso Tamés Signed-off-by: Otavio Salvador --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index f4e9cf20c5..5b182014b4 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -98,7 +98,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 " \