commit | a0046393dae74364b7a7b7ed5e2af8431a3d680c | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon Oct 02 10:11:37 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:58:15 2017 +0200 |
tree | 60223a87a99cb04f9fe09d4d65ea4ec8f543ba48 | |
parent | b2915ba25e350caa79a13a1cd3513eb82709e1f9 [diff] |
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>