From b1991fdf9c8af67d74f13e2eaf34a6f2734f51ea Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Fri, 23 Mar 2012 12:35:26 +0000 Subject: snowball: fix incorrect root= parameter for eMMC boot Erronrous root= parameter causes "Kernel panic - not syncing: No init found" After applying this patch Snowball boots successfully to a shell again. Signed-off-by: Lee Jones --- include/configs/u8500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 05eb70d4d..d99ea5bd6 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -169,7 +169,7 @@ "commonargs=setenv bootargs console=${console} " \ "vmalloc=300M\0" \ "emmcargs=setenv bootargs ${bootargs} " \ - "root=/dev/mmcblk0p2 " \ + "root=/dev/mmcblk0p3 " \ "rootwait\0" \ "addcons=setenv bootargs ${bootargs} " \ "console=${console}\0" \ -- cgit v1.2.3