[U-Boot] [PATCH 3/4] mx6cuboxi: Use PARTUUID to specify the rootfs location

2017-07-10 Thread Otavio Salvador
From: Fabio Berton 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. This change was made base

Re: [U-Boot] [PATCH 3/4] mx6cuboxi: Use PARTUUID to specify the rootfs location

2017-07-10 Thread Fabio Estevam
On Mon, Jul 10, 2017 at 5:04 PM, Otavio Salvador wrote: > From: Fabio Berton > > 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 U