[U-Boot] [PATCH v2 3/9] wandboard: Pass 'quiet' bootparam by default

Otavio Salvador otavio at ossystems.com.br
Thu Nov 28 15:51:15 CET 2013


This reduces the boot time and makes easier to spot important images.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Changes in v2: None

 include/configs/wandboard.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index e3ada33..68ff724 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 " \
-- 
1.8.4.3



More information about the U-Boot mailing list