summaryrefslogtreecommitdiff
path: root/include/fb_fsl.h
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2019-07-23 15:19:20 +0800
committerJi Luo <ji.luo@nxp.com>2020-05-15 17:34:26 +0800
commit2cd37804fd0ce1d19303645ab227157c1e8ef896 (patch)
treea27b7c9e1acec5660f88f36157da432db43a40b9 /include/fb_fsl.h
parentbe832b573bc9f14f32847dbdbab41f5b3da71bef (diff)
MA-15062-2 change mcu firmware partition name
new imx8mn chips have Cortex-M7 inside, not like any other existing multi-core i.MX MPU, users may manually flash mcu firmware with fastboot, partition name need to be specified at the same time, so the mcu firmware partition name need to be changed. related enum and variable names are also modified. Change-Id: Ia801e76fb3a20d0074dbbc1433258358c1a53907 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com> Signed-off-by: Ji Luo <ji.luo@nxp.com> (cherry picked from commit dc25b7b27fa5c2293d09789a338a1aed2e3a010f)
Diffstat (limited to 'include/fb_fsl.h')
-rw-r--r--include/fb_fsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fb_fsl.h b/include/fb_fsl.h
index 19f6d0d878..e6779c2f5e 100644
--- a/include/fb_fsl.h
+++ b/include/fb_fsl.h
@@ -47,7 +47,7 @@
#endif
#ifdef CONFIG_FLASH_MCUFIRMWARE_SUPPORT
-#define FASTBOOT_MCU_FIRMWARE_PARTITION "m4_os"
+#define FASTBOOT_MCU_FIRMWARE_PARTITION "mcu_os"
#endif
#ifdef CONFIG_ANDROID_AB_SUPPORT