summaryrefslogtreecommitdiff
path: root/include/configs/imx8mm_evk.h
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2020-03-13 14:56:47 -0500
committerYe Li <ye.li@nxp.com>2022-04-06 18:03:33 +0800
commitbf87ed6090f1b9833a9d51621c8025e164a8b7e1 (patch)
treedcb4930f467d967a68f364e34f46f0ed3c6624dd /include/configs/imx8mm_evk.h
parent689be39891eda1f397b03db61445bee0cd3911a5 (diff)
MLK-23588: configs: change nand boot partition from mtd index to partition name
The previous NAND boot looking the rootfs by the mtd index, which is easy get impacted by other mtd devices, such as SPI NOR. Changed it to the unique nand rootfs partition name can avoid this issue. Signed-off-by: Han Xu <han.xu@nxp.com> (cherry picked from commit a69e5febae6c1f98b2f2304501ca8fed085299b8) (cherry picked from commit e2ed53bd9add7effac9fe620db4a79d7aee39205) (cherry picked from commit 5801d481046708dc0efb6f663f9d5ce640726803) (cherry picked from commit 4c60ad2f39f59affece8ccce1ab5ec399364ca1b)
Diffstat (limited to 'include/configs/imx8mm_evk.h')
-rw-r--r--include/configs/imx8mm_evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mm_evk.h b/include/configs/imx8mm_evk.h
index 1495ff19f0..cc6ca8720d 100644
--- a/include/configs/imx8mm_evk.h
+++ b/include/configs/imx8mm_evk.h
@@ -105,7 +105,7 @@
"fdt_high=0xffffffffffffffff\0" \
"mtdparts=" MFG_NAND_PARTITION "\0" \
"console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200\0" \
- "bootargs=console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 ubi.mtd=5 " \
+ "bootargs=console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 ubi.mtd=nandrootfs " \
"root=ubi0:nandrootfs rootfstype=ubifs " \
MFG_NAND_PARTITION \
"\0" \