]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6sabre: Use PARTUUID to specify the rootfs location
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 10 Jul 2017 18:59:12 +0000 (15:59 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Jul 2017 12:05:02 +0000 (09:05 -0300)
commiteee442362c457d4a8d126a3f13c51f876fbc5929
tree15dfd9be36007264a9e9df3ef5b344f529537315
parent80a56615fac07941598bb61a362d113b0ff4f5a4
mx6sabre: Use PARTUUID to specify the rootfs location

mx6sabre boards 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 eMMC
changes depending on the kernel version.

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

Succesfully tested booting a NXP 4.1 and also a mainline kernel on a
mx6qsabresd and mx6dlsabreauto.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
configs/mx6sabreauto_defconfig
configs/mx6sabresd_defconfig
include/configs/mx6sabre_common.h
include/configs/mx6sabreauto.h
include/configs/mx6sabresd.h