diff mbox

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

Message ID 1385650281-27581-4-git-send-email-otavio@ossystems.com.br
State Rejected
Delegated to: Stefano Babic
Headers show

Commit Message

Otavio Salvador Nov. 28, 2013, 2:51 p.m. UTC
This reduces the boot time and makes easier to spot important images.

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

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

Comments

Fabio Estevam Nov. 28, 2013, 3:42 p.m. UTC | #1
Hi Otavio,

On Thu, Nov 28, 2013 at 12:51 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> This reduces the boot time and makes easier to spot important images.

I don't like this 'quiet' option to be the default as proposed here.

It would be better to create a fast boot target (preferably with
Falcon support) and there people can pass all the 'fast' boot options
like quiet, lpj,  etc.

In the general use case, let's avoid this option.

Regards,

Fabio Estevam
diff mbox

Patch

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 " \