r5093 - trunk/gta02-core/scripts

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Jun 5 22:16:55 CEST 2009


Author: werner
Date: 2009-06-05 22:16:55 +0200 (Fri, 05 Jun 2009)
New Revision: 5093

Modified:
   trunk/gta02-core/scripts/all-sheets-ps
Log:
The cpu-power sheet was not included in the sheet collection.



Modified: trunk/gta02-core/scripts/all-sheets-ps
===================================================================
--- trunk/gta02-core/scripts/all-sheets-ps	2009-06-05 18:27:52 UTC (rev 5092)
+++ trunk/gta02-core/scripts/all-sheets-ps	2009-06-05 20:16:55 UTC (rev 5093)
@@ -3,7 +3,8 @@
 B=${1:-gta02-core}
 
 OUT=$B-all
-SHEETS="$B $B-CPU $B-PMU $B-MEMORY $B-AUDIO $B-USB $B-IO $B-LCM $B-SD-SIM"
+SHEETS="$B $B-CPU $B-CPU-POWER $B-PMU $B-MEMORY"
+SHEETS="$SHEETS $B-AUDIO $B-USB $B-IO $B-LCM $B-SD-SIM"
 SHEETS="$SHEETS $B-GPS"
 
 psmerge `for n in $SHEETS; do echo $n.ps; done` |




More information about the commitlog mailing list