summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2020-10-10 08:49:46 -0500
committerYe Li <ye.li@nxp.com>2022-04-06 18:04:11 +0800
commite530644de0d85dd355553066886f0539e84c025a (patch)
tree05cff046f74ec869294350e85800e06c61786a90 /include
parentb52f0bdacb066ac724397714270fe4e8f32f2e61 (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> (cherry picked from commit 66637530cdab04ffa1e5b771256c73dbcfee4494) (cherry picked from commit 5c85c58804db365bcaafa6de3a93f2faef94cd3d) (cherry picked from commit 19fe34818d6c2abd57f808b64998957ab6ca674e) (cherry picked from commit 5bc1ec2f674d3f58fd0b3f388c904f24275a7eef)
Diffstat (limited to 'include')
-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 c03748d93f..7eed730d64 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 ""