From: Diego Rondini Date: Thu, 14 Jul 2016 15:17:11 +0000 (+0200) Subject: warp: Change default bootenv configuration X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1207b97bfa27c985ebe8961b339a16645d661e61;p=bsp%2Fu-boot.git 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 --- diff --git a/include/configs/warp.h b/include/configs/warp.h index 4a8e270aea..495b6640e2 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -107,7 +107,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" \