From: Alice Guo Date: Mon, 30 Sep 2019 14:16:07 +0000 (+0800) Subject: MLK-22574-2: mx7dsabresd: configs: add default mtdids and mtdparts configs X-Git-Tag: rel_imx_4.19.35_1.1.0~46 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f6d6308bcfc732c82b36d02a804fc69e329ee4b2;p=u-boot.git MLK-22574-2: mx7dsabresd: configs: add default mtdids and mtdparts configs set the i.X7D default mtdids value as "nand0=gpmi-nand", nandbcb can directly write to the nandboot partition after u-boot brings up Signed-off-by: Alice Guo (cherry picked from commit 820e3bc68f1c8695e6dc9a93be2c7ef27ece929d) --- diff --git a/configs/mx7dsabresd_nand_defconfig b/configs/mx7dsabresd_nand_defconfig index c153e5ee4e..c9d6e42f6e 100644 --- a/configs/mx7dsabresd_nand_defconfig +++ b/configs/mx7dsabresd_nand_defconfig @@ -12,6 +12,9 @@ CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_UBI=y CONFIG_MTD=y +CONFIG_CMD_MTDPARTS=y +CONFIG_MTDIDS_DEFAULT="nand0=gpmi-nand" +CONFIG_MTDPARTS_SKIP_INVALID=y CONFIG_NAND=y CONFIG_NAND_MXS=y CONFIG_NAND_MXS_DT=y