From 547c5ed0fcd3c17b6b7dbe436f21298dd4b0f4fa Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Thu, 14 Jul 2016 17:17:11 +0200 Subject: [PATCH] warp: Change default bootenv configuration Change default mmcroot to mmcblk1 in order to have a smooth boot process with sdcard image built from meta-fsl-arm-extra. Signed-off-by: Diego Rondini --- include/configs/warp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/warp.h b/include/configs/warp.h index 66651841f6..5c6bcde03d 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -105,7 +105,7 @@ "ip_dyn=yes\0" \ "mmcdev=0\0" \ "mmcpart=1\0" \ - "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ + "mmcroot=/dev/mmcblk1p2 rootwait rw\0" \ "dfu_alt_info=boot raw 0x2 0x400 mmcpart 1\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ "root=${mmcroot}\0" \ -- 2.40.1