tizen: env: bootargs: add root filesystem type to ext4 in bootargs 72/33072/1 tizen_-6 tizen_3.0_ivi accepted/tizen/common/20150105.133647 accepted/tizen/ivi/20150112.060259 accepted/tizen/mobile/20150106.003422 accepted/tizen/tv/20150106.002332 accepted/tizen/wearable/20150106.002848 submit/tizen/20150105.074110 tizen_3.0_ivi_release
authorInha Song <ideal.song@samsung.com>
Mon, 5 Jan 2015 06:29:59 +0000 (15:29 +0900)
committerInha Song <ideal.song@samsung.com>
Mon, 5 Jan 2015 07:08:23 +0000 (16:08 +0900)
This patch add bootargs rootfstype to "rootfstype=ext4". To use
rootfstype option, can specify the type of root filesystem.

Change-Id: Id25808bb27af9735c8f3139ea6388b45a2eace4b
Signed-off-by: Inha Song <ideal.song@samsung.com>
include/configs/tizen.h

index b7c7276..6646e03 100644 (file)
@@ -91,7 +91,7 @@
                "fi;\0" \
        "kernel_args=" \
                "setenv bootargs root=/dev/mmcblk${mmcrootdev}p${mmcrootpart}" \
-               " rootwait ${console} ${opts}\0" \
+               " rootfstype=${rootfstype} rootwait ${console} ${opts}\0" \
        "checkboard=" \
                "if test ${boardname} = trats2; then " \
                        "setenv console" CONFIG_CONSOLE_TTY2";" \
                "fi;\0" \
        "mmcbootdev=0\0" \
        "mmcrootdev=0\0" \
+       "rootfstype=ext4\0" \
        "bootdelay=0\0" \
        "dfu_alt_info=Please reset the board.\0" \
        "dfu_usb_con=0\0" \