Skip to content
Snippets Groups Projects
Commit adca1875 authored by Ye.Li's avatar Ye.Li Committed by Stefano Babic
Browse files

imx: mx6qarm2: Change the mmcroot and mmcpart env value


1. Set the image load partition to the first FAT partition.
2. Set the kernel rootfs partition to the second partition.

Signed-off-by: default avatarYe.Li <B37916@freescale.com>
parent e7380a1f
No related branches found
No related tags found
No related merge requests found
...@@ -83,8 +83,8 @@ ...@@ -83,8 +83,8 @@
"boot_fdt=try\0" \ "boot_fdt=try\0" \
"ip_dyn=yes\0" \ "ip_dyn=yes\0" \
"mmcdev=1\0" \ "mmcdev=1\0" \
"mmcpart=2\0" \ "mmcpart=1\0" \
"mmcroot=/dev/mmcblk0p3 rootwait rw\0" \ "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \ "mmcargs=setenv bootargs console=${console},${baudrate} " \
"root=${mmcroot}\0" \ "root=${mmcroot}\0" \
"loadbootscript=" \ "loadbootscript=" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment