summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
authorMichael Brandt <michael.brandt@stericsson.com>2010-03-02 14:18:02 +0100
committerJonas ABERG <jonas.aberg@stericsson.com>2010-05-19 09:52:47 +0200
commit83a5126ea67b3278d656f6f1b72962479de14320 (patch)
tree4de4ccf9e45d0ba11f78f4251e961db711e549bc /include/configs/u8500.h
parent1b5ef2e329c2c28109d3950cc8c39aae8f90584d (diff)
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 <michael.brandt@stericsson.com> Change-Id: I1f951b90d4bed6825e73d7cd206721737637f181 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/184 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h2
1 files changed, 1 insertions, 1 deletions
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" \