mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Also, since with Linux commit [1] it's been defined the mmc* order making sd-card number to be 1 instead of 0. This prevent to boot from mmc0 with Linux version 5.10+ so let's change mmcblk0p4 to mmcblk1p4 in extlinux.conf in order to boot since we bump to Linux 6.5.7 [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0011c6d182774fc781fb9e115ebe8baa356029ae Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>