r4422 - trunk/src/host/devirginator

werner at docs.openmoko.org werner at docs.openmoko.org
Fri May 9 17:20:47 CEST 2008


Author: werner
Date: 2008-05-09 17:20:46 +0200 (Fri, 09 May 2008)
New Revision: 4422

Modified:
   trunk/src/host/devirginator/environment.in
Log:
environment.in: if QUIET is defined, use "loglevel=4" instead of "quiet", to
  save space on the boot parameter line



Modified: trunk/src/host/devirginator/environment.in
===================================================================
--- trunk/src/host/devirginator/environment.in	2008-05-09 15:00:39 UTC (rev 4421)
+++ trunk/src/host/devirginator/environment.in	2008-05-09 15:20:46 UTC (rev 4422)
@@ -24,9 +24,9 @@
 #endif
 
 #ifndef QUIET
-#define QUIET_OPT
+#define LOGLEVEL 8
 #else
-#define QUIET_OPT quiet
+#define LOGLEVEL 4
 #endif
 
 #ifdef INIT
@@ -48,9 +48,8 @@
   root=ROOTDEV
   console=CONSOLE,115200
   console=tty0
-  loglevel=8
+  loglevel=LOGLEVEL
   INIT_OPT
-  QUIET_OPT
   regular_boot
 
 bootcmd=





More information about the commitlog mailing list