]> git.baikalelectronics.ru Git - uboot.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)
commitfaf92cd70a1ad7985a5418354b5776da41f0edd8
treedd14ac823a6c744b7953f51819b19dcb4997f1ce
parentb0d546f2c16dff8bae8d533a75a25bbd0ba157a8
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