[U-Boot] [PATCH v2 4/5] apalis_imx6: use UUID for rootfs

2019-06-10 Thread sbabic
> From: Igor Opaniuk > 1. 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. > 2. Fix legacy USB command (both sdboot and usbboot can be used now). > Acked-by: Marcel

[U-Boot] [PATCH v2 4/5] apalis_imx6: use UUID for rootfs

2019-05-29 Thread Igor Opaniuk
From: Igor Opaniuk 1. 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. 2. Fix legacy USB command (both sdboot and usbboot can be used now). Acked-by: Marcel Ziswiler