summaryrefslogtreecommitdiff
path: root/include/configs/mx6slevk.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-06-28 21:52:41 (GMT)
committerStefano Babic <sbabic@denx.de>2013-07-12 11:04:52 (GMT)
commit94aeb8a62d0695c0868e5ee6fa0621872b231128 (patch)
treebae23377307881855f060bda007e22fefaccc9fc /include/configs/mx6slevk.h
parent21692281ea6972041d5055e64cebb7ef3ae8c989 (diff)
downloadu-boot-94aeb8a62d0695c0868e5ee6fa0621872b231128.tar.xz
mx6slevk: Change default environment to cope with OE changes
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r--include/configs/mx6slevk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 19dcdd6..55e3ad9 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -73,8 +73,8 @@
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
"mmcdev=0\0" \
- "mmcpart=2\0" \
- "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \
+ "mmcpart=1\0" \
+ "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"root=${mmcroot}\0" \
"loadbootscript=" \