From b328ba9d39a9d51da0571e360a18f7fba91f605e Mon Sep 17 00:00:00 2001 From: Jose Miguel Sanchez Sanabria Date: Fri, 6 Jul 2018 13:05:09 +0200 Subject: IGEP0146: Environment emmc boot fix Signed-off-by: Jose Miguel Sanchez Sanabria --- include/configs/igep0146.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" \ -- cgit v1.1