From 719e72bd8d084e464c4a39714f87a677d3a2a6f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 13 May 2014 14:48:26 +0200 Subject: [PATCH] arm: karo: tx6: reference mmc root device by UUID --- include/configs/tx6.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/tx6.h b/include/configs/tx6.h index e65436b952..4ca37e716a 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -149,7 +149,7 @@ "bootargs_jffs2=run default_bootargs;set bootargs ${bootargs}" \ " root=/dev/mtdblock3 rootfstype=jffs2\0" \ "bootargs_mmc=run default_bootargs;set bootargs ${bootargs}" \ - " root=/dev/mmcblk0p2 rootwait\0" \ + " root=PARTUUID=${rootpart_uuid} rootwait\0" \ "bootargs_nfs=run default_bootargs;set bootargs ${bootargs}" \ " root=/dev/nfs nfsroot=${nfs_server}:${nfsroot},nolock" \ " ip=dhcp\0" \ @@ -173,6 +173,7 @@ "mtdparts=" MTDPARTS_DEFAULT "\0" \ "nfsroot=/tftpboot/rootfs\0" \ "otg_mode=device\0" \ + "rootpart_uuid=0cc66cc0-02\0" \ "touchpanel=tsc2007\0" \ "video_mode=VGA\0" #endif /* CONFIG_ENV_IS_NOWHERE */ -- 2.39.2