Re: [PATCH 1/2] mx6cuboxi: Fix the mmc device for the rootfs

2021-07-19 Thread Peter Robinson
On Mon, Jul 19, 2021 at 9:15 PM Fabio Estevam wrote: > > After the conversion to DM_MMC, the rootfs becomes mmc 1, so > adjust it accordingly. Should this be fixed with an alias in the dts, what's now on mmc 0? > Signed-off-by: Fabio Estevam > --- > include/configs/mx6cuboxi.h | 2 +- > 1

[PATCH 1/2] mx6cuboxi: Fix the mmc device for the rootfs

2021-07-19 Thread Fabio Estevam
After the conversion to DM_MMC, the rootfs becomes mmc 1, so adjust it accordingly. Signed-off-by: Fabio Estevam --- include/configs/mx6cuboxi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index