[PATCH 1/3] smegw01: Pass 'mmcpart' to the kernel command line

2021-10-20 Thread sbabic
> When using SWUpdate, it is necessary to toggle between partitions. > Use the 'mmcpart' environment variable to accomplish that. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===

[PATCH 1/3] smegw01: Pass 'mmcpart' to the kernel command line

2021-08-24 Thread Fabio Estevam
When using SWUpdate, it is necessary to toggle between partitions. Use the 'mmcpart' environment variable to accomplish that. Signed-off-by: Fabio Estevam --- include/configs/smegw01.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/configs/smegw01.h b/include/conf