From: Dario Binacchi Date: Sun, 26 Jun 2022 10:05:18 +0000 (+0200) Subject: configs: imx8mn_bsh_smm_s2: add mtdparts to bootargs X-Git-Tag: v2022.07~14^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c4db621e265c780833af4152a99398aed482f61;p=platform%2Fkernel%2Fu-boot.git configs: imx8mn_bsh_smm_s2: add mtdparts to bootargs Passing the mtdparts environment variable to the Linux kernel is required to properly mount the UBI rootfs. Co-developed-by: Michael Trimarchi Signed-off-by: Michael Trimarchi Signed-off-by: Dario Binacchi --- diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h index 1eff8c4..d09c2ab 100644 --- a/include/configs/imx8mn_bsh_smm_s2.h +++ b/include/configs/imx8mn_bsh_smm_s2.h @@ -18,6 +18,7 @@ "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ "nandargs=setenv bootargs " \ "${optargs} " \ + "mtdparts=${mtdparts} " \ "root=${nandroot} " \ "rootfstype=${nandrootfstype}\0" \ "nandroot=ubi0:root rw ubi.mtd=nandrootfs\0" \