From 69176f6d6952dc5270b4af5859e327b0aa1ffc30 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 b35b795322..bf36b5079b 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -103,7 +103,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