]> git.ipfire.org Git - people/ms/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)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Jul 2017 08:23:37 +0000 (10:23 +0200)
commit00f43e51c5e77c3333784830305a2bbd4d55d2c0
treedd14ac823a6c744b7953f51819b19dcb4997f1ce
parentca62e5d043640c4b4120d7d8ed292e813a17b58d
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