Skip to content

[C72n][DTS] swap mmc2 with mmc0

Yuri Mazzuoli requested to merge seco_lf-5.10.y_develop_c72n_ym into seco_lf-5.10.y

in order to boot from internal eMMC, it has to be recognized as mmc0 (/dev/mmcblk0); physical interface usdhc1 (default mmc0) is occipied by the wifi chip, while the eMMC is mounted on usdhc3 (dafult mmc2); swapping the aliases allow to correctly boot from eMMC.

Merge request reports