From 83a5126ea67b3278d656f6f1b72962479de14320 Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Tue, 2 Mar 2010 14:18:02 +0100 Subject: remove rootfstype from bootargs This patch is part of WP254081 which depends on WP252006. Remove rootfstype from bootargs and rely on rootfstype auto detection. Signed-off-by: Michael Brandt Change-Id: I1f951b90d4bed6825e73d7cd206721737637f181 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/184 Reviewed-by: Jonas ABERG Tested-by: Jonas ABERG --- include/configs/u8500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/u8500.h') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 831ca1b90..a0527a07c 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -125,7 +125,7 @@ "init=init mem=96M@0 mem=128M@128M " \ "board_id=${board_id}\0" \ "emmcargs=setenv bootargs ${bootargs} " \ - "root=/dev/mmcblk0p2 rootfstype=ext3 " \ + "root=/dev/mmcblk0p2 " \ "rootdelay=1\0" \ "addcons=setenv bootargs ${bootargs} " \ "console=${console}\0" \ -- cgit v1.2.3