Re: [U-Boot] [PATCH 2/5] colibri-imx6ull: use UUID for rootfs

2019-05-24 Thread Marcel Ziswiler
On Mon, 2019-05-13 at 12:15 +0300, Igor Opaniuk wrote: > Replace usage of "/dev/mmcblk*p*" with a proper UUID of rootfs > partition. This fixes the issue, when MMC controllers are probed in > a different order in U-boot and Linux kernel. > > Signed-off-by: Igor Opaniuk Acked-by: Marcel Ziswiler

[U-Boot] [PATCH 2/5] colibri-imx6ull: use UUID for rootfs

2019-05-13 Thread Igor Opaniuk
Replace usage of "/dev/mmcblk*p*" with a proper UUID of rootfs partition. This fixes the issue, when MMC controllers are probed in a different order in U-boot and Linux kernel. Signed-off-by: Igor Opaniuk --- include/configs/colibri-imx6ull.h | 13 + 1 file changed, 9 insertions(+),