mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The mmc block device number can vary, so passing a mmc block device to specify the location of the rootfs is not a reliable approach. Instead, use the root=PARTUUID=<uuid> mechanism, where the uuid is found by U-Boot. Signed-off-by: Sergey Kuzminov <kuzminov.sergey81@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>