Commit c76785f611c2b3674e6ae1836ed1289be374a9e3

Authored by Han Xu
1 parent d3ddc1970d

MLK-21022: imx8qxp: change the mtd rootfs index number

change the mtd rootfs partition index number for i.MX8QXP lpddr4 validation board.

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/imx8qxp_arm2.h
... ... @@ -182,7 +182,7 @@
182 182 #ifdef CONFIG_NAND_BOOT
183 183 #define CONFIG_EXTRA_ENV_SETTINGS \
184 184 CONFIG_MFG_ENV_SETTINGS \
185   - "bootargs=console=ttyLP0,115200 ubi.mtd=5 " \
  185 + "bootargs=console=ttyLP0,115200 ubi.mtd=6 " \
186 186 "root=ubi0:nandrootfs rootfstype=ubifs " \
187 187 MFG_NAND_PARTITION \
188 188 "\0"\