]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
wandboard: Pass 'quiet' bootparam by default
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Oct 2013 20:14:32 +0000 (17:14 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 1 Nov 2013 21:05:54 +0000 (19:05 -0200)
This reduces the boot time and makes easier to spot important images.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/wandboard.h

index dbcbc290466215d4ff72884745aca98883620f43..723239b95fb5c0a478e75e2bc38c0f274aff853b 100644 (file)
                        "fi; "  \
                "fi\0" \
        "mmcargs=setenv bootargs console=${console},${baudrate} " \
-               "root=${mmcroot}; run videoargs\0" \
+               "root=${mmcroot} quiet; run videoargs\0" \
        "videoargs=" \
                "setenv nextcon 0; " \
                "if hdmidet; then " \