]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6slevk: Use PARTUUID to specify the rootfs location
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 2 Oct 2017 13:11:37 +0000 (10:11 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Oct 2017 20:40:46 +0000 (17:40 -0300)
commit2812798091074ff77885ca26b8a8e271d1f05794
tree71eea95d7dc922f9b1746052509626fbbc095291
parentacea9a74c8f82d1bad59bceefff2c2d99ae7de6f
mx6slevk: Use PARTUUID to specify the rootfs location

mx6slevk can run different kernel versions, such as NXP 4.1 or mainline.

Currently the rootfs location is passed via mmcblk number and the
problem with this approach is that the mmcblk number for the SD
card changes depending on the kernel version.

In order to avoid such issue, use the UUID method to specify the
rootfs location.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
(cherry picked from commit a0046393dae74364b7a7b7ed5e2af8431a3d680c)
configs/mx6slevk_defconfig
configs/mx6slevk_spl_defconfig
include/configs/mx6slevk.h