tizen: env: bootargs: add root filesystem type to ext4 in bootargs
authorInha Song <ideal.song@samsung.com>
Mon, 5 Jan 2015 06:29:59 +0000 (15:29 +0900)
committerLukasz Majewski <l.majewski@samsung.com>
Thu, 15 Jan 2015 12:12:24 +0000 (13:12 +0100)
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 b7c727656a8dafb47cf08066a6129de9a2a5034b..6646e035c9e761fcedcfa9823fcc0f0840abf14e 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" \