summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2020-10-10 08:49:46 -0500
committerHan Xu <han.xu@nxp.com>2020-10-12 09:12:09 -0500
commit66637530cdab04ffa1e5b771256c73dbcfee4494 (patch)
treeac9405c2ae3dcb8e67f39d22af0ff757cad1b812
parent532748895013d5c9178532f6f052318d4864a305 (diff)
MLK-24877-2: imx_env: i.MX8MP/8MN need nandfit partition
Add i.MX8MP/MN in imx_env to indicate it needs to burn boot image to fit partition. Signed-off-by: Han Xu <han.xu@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
-rw-r--r--include/configs/imx_env.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/imx_env.h b/include/configs/imx_env.h
index c03748d93f1..7eed730d64d 100644
--- a/include/configs/imx_env.h
+++ b/include/configs/imx_env.h
@@ -21,7 +21,8 @@
/* define the nandfit partiton environment for uuu */
#if defined(CONFIG_IMX8MM) || defined(CONFIG_IMX8MQ) || \
defined(CONFIG_IMX8QM) || defined(CONFIG_IMX8QXP) || \
- defined(CONFIG_IMX8DXL)
+ defined(CONFIG_IMX8DXL) || defined(CONFIG_IMX8MN) || \
+ defined(CONFIG_IMX8MP)
#define MFG_NAND_FIT_PARTITION "nandfit_part=yes\0"
#else
#define MFG_NAND_FIT_PARTITION ""