MLK-23881: imx_env: add nandfit_part env for i.MX8dxl
authorHan Xu <han.xu@nxp.com>
Wed, 29 Apr 2020 16:01:43 +0000 (11:01 -0500)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 10:25:58 +0000 (03:25 -0700)
add the nandfit_part environment for iMX8dxl, so uuu will burn the
flash.bin to nandfit partition.

Signed-off-by: Han Xu <han.xu@nxp.com>
(cherry picked from commit eac4feff334601a43c11af7c72c0dc6af3fe25fc)

include/configs/imx_env.h

index 075157e..c03748d 100644 (file)
@@ -20,7 +20,8 @@
 
 /* define the nandfit partiton environment for uuu */
 #if defined(CONFIG_IMX8MM) || defined(CONFIG_IMX8MQ) || \
-       defined(CONFIG_IMX8QM) || defined(CONFIG_IMX8QXP)
+       defined(CONFIG_IMX8QM) || defined(CONFIG_IMX8QXP) || \
+       defined(CONFIG_IMX8DXL)
 #define MFG_NAND_FIT_PARTITION "nandfit_part=yes\0"
 #else
 #define MFG_NAND_FIT_PARTITION ""