Re: [U-Boot] [PATCH 1/1] colibri_imx6: use UUID for rootfs

2019-04-12 Thread Marcel Ziswiler
Hi Igor On Fri, 2019-04-12 at 11:15 +, Igor Opaniuk wrote: > Hi Marcel, > > Thanks for your comments. > > On Fri, Apr 12, 2019 at 11:32 AM Marcel Ziswiler > wrote: > > Hi Igor > > > > Thanks for cleaning that up. > > > > On Fri, 2019-04-05 at 15:51 +0200, Igor Opaniuk wrote: > > >

Re: [U-Boot] [PATCH 1/1] colibri_imx6: use UUID for rootfs

2019-04-12 Thread Igor Opaniuk
Hi Marcel, Thanks for your comments. On Fri, Apr 12, 2019 at 11:32 AM Marcel Ziswiler wrote: > > Hi Igor > > Thanks for cleaning that up. > > On Fri, 2019-04-05 at 15:51 +0200, Igor Opaniuk wrote: > > Replace usage of "/dev/mmcblk*p*" with a proper UUID of rootfs > > partition. > > This fixes

Re: [U-Boot] [PATCH 1/1] colibri_imx6: use UUID for rootfs

2019-04-12 Thread Marcel Ziswiler
Hi Igor Thanks for cleaning that up. On Fri, 2019-04-05 at 15:51 +0200, 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. Basically a

[U-Boot] [PATCH 1/1] colibri_imx6: use UUID for rootfs

2019-04-05 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 --- configs/colibri_imx6_defconfig | 1 + include/configs/colibri_imx6.h | 55