[PATCH] snowball: fix incorrect root= parameter for eMMC boot

Mathieu Poirier mathieu.poirier at linaro.org
Fri Mar 23 13:53:57 UTC 2012


On 12-03-23 06:35 AM, Lee Jones wrote:
> 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 <lee.jones at linaro.org>
> ---
>  include/configs/u8500.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/u8500.h b/include/configs/u8500.h
> index 05eb70d..d99ea5b 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"					\

Applied - thanks.


More information about the kernel mailing list