r4414 - trunk/src/host/devirginator

werner at docs.openmoko.org werner at docs.openmoko.org
Fri May 2 22:08:19 CEST 2008


Author: werner
Date: 2008-05-02 22:08:18 +0200 (Fri, 02 May 2008)
New Revision: 4414

Modified:
   trunk/src/host/devirginator/environment.in
Log:
environment.in: added boot parameter "quiet", which is set with -D QUIET



Modified: trunk/src/host/devirginator/environment.in
===================================================================
--- trunk/src/host/devirginator/environment.in	2008-05-01 13:31:32 UTC (rev 4413)
+++ trunk/src/host/devirginator/environment.in	2008-05-02 20:08:18 UTC (rev 4414)
@@ -23,6 +23,12 @@
 
 #endif
 
+#ifndef QUIET
+#define QUIET_OPT
+#else
+#define QUIET_OPT quiet
+#endif
+
 #ifdef INIT
 #define INIT_OPT init=INIT
 #else
@@ -44,6 +50,7 @@
   console=tty0
   loglevel=8
   INIT_OPT
+  QUIET_OPT
   regular_boot
 
 bootcmd=





More information about the commitlog mailing list