From: Otavio Salvador Date: Wed, 16 Oct 2013 20:14:32 +0000 (-0300) Subject: wandboard: Pass 'quiet' bootparam by default X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=363ebc59b05e95d05f013e9ef0043bbc900b03d2;p=bsp%2Fu-boot.git wandboard: Pass 'quiet' bootparam by default This reduces the boot time and makes easier to spot important images. Signed-off-by: Otavio Salvador --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index dbcbc29046..723239b95f 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -142,7 +142,7 @@ "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 " \