summaryrefslogtreecommitdiff
path: root/include/configs/mx6ullevk.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>2020-04-26 23:36:43 -0700
commitedb23478dab03acf1f40b1e4c75304cde72a066a (patch)
tree73ad7bfdc1b315746b3e93180597a07d65ada452 /include/configs/mx6ullevk.h
parentdecbde4eb67c2c8d7077f6406e6001215d2b69d6 (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)
Diffstat (limited to 'include/configs/mx6ullevk.h')
-rw-r--r--include/configs/mx6ullevk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index ac1bb7db8d..fef70695d5 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -85,7 +85,7 @@
"fdt_high=0xffffffff\0" \
"tee_addr=0x84000000\0" \
"console=ttymxc0\0" \
- "bootargs=console=ttymxc0,115200 ubi.mtd=4 " \
+ "bootargs=console=ttymxc0,115200 ubi.mtd=nandrootfs " \
"root=ubi0:rootfs rootfstype=ubifs " \
BOOTARGS_CMA_SIZE \
MFG_NAND_PARTITION \