summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2018-07-06 13:05:09 +0200
committerJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2018-07-06 13:05:09 +0200
commitb328ba9d39a9d51da0571e360a18f7fba91f605e (patch)
tree133d8099954db8d59bbf28bf7194752861ffe939
parent239f5827f84af28f54c4b284f40c66f0d19e7071 (diff)
downloadu-boot-imx-b328ba9d39a9d51da0571e360a18f7fba91f605e.zip
u-boot-imx-b328ba9d39a9d51da0571e360a18f7fba91f605e.tar.gz
u-boot-imx-b328ba9d39a9d51da0571e360a18f7fba91f605e.tar.bz2
IGEP0146: Environment emmc boot fix
Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
-rw-r--r--include/configs/igep0146.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/igep0146.h b/include/configs/igep0146.h
index 5638c00..abbce52 100644
--- a/include/configs/igep0146.h
+++ b/include/configs/igep0146.h
@@ -164,8 +164,10 @@
"initrd_high=0xffffffff\0" \
"mmcdev=0\0" \
"mmcpart=1\0" \
+ "emmcdev=1\0" \
+ "mmcpart=1\0" \
"mmcroot="CONFIG_MMCROOT " rootwait rw\0" \
- "emmcroot=/dev/mmcblk2p2 rootwait rw\0" \
+ "emmcroot=/dev/mmcblk1p2 rootwait rw\0" \
"sataroot=/dev/sda2 rw rootwait\0" \
"emmcdevconf=setenv mmcdev ${emmcdev}\0" \
"emmcrootconf=setenv mmcroot ${emmcroot}\0" \