summaryrefslogtreecommitdiff
path: root/include/fsl_fastboot.h
diff options
context:
space:
mode:
authorfaqiang.zhu <faqiang.zhu@nxp.com>2019-07-02 13:51:45 +0800
committerfaqiang.zhu <faqiang.zhu@nxp.com>2019-07-03 12:00:27 +0800
commit25d67e471fef17e13de9fe27f733403e07299422 (patch)
treee06d55d76b2896f462e3cb2663ac184b14995fba /include/fsl_fastboot.h
parenta732de3081fde6e87563cc4c5f1e0b768db9ad99 (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: Ic7b0f3ff5faaeb92d79ad6f4d9d5546a83b95b5b Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
Diffstat (limited to 'include/fsl_fastboot.h')
-rw-r--r--include/fsl_fastboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl_fastboot.h b/include/fsl_fastboot.h
index 68ac0916407..2e70bef8158 100644
--- a/include/fsl_fastboot.h
+++ b/include/fsl_fastboot.h
@@ -48,7 +48,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