r1064 - trunk/src/target/u-boot/patches

werner at sita.openmoko.org werner at sita.openmoko.org
Wed Feb 21 01:25:31 CET 2007


Author: werner
Date: 2007-02-21 01:25:23 +0100 (Wed, 21 Feb 2007)
New Revision: 1064

Modified:
   trunk/src/target/u-boot/patches/series
   trunk/src/target/u-boot/patches/splashimage-command.patch
Log:
Changed order of patches: enable CONFIG_UNZIP only after it's actually
  supported.



Modified: trunk/src/target/u-boot/patches/series
===================================================================
--- trunk/src/target/u-boot/patches/series	2007-02-21 00:01:54 UTC (rev 1063)
+++ trunk/src/target/u-boot/patches/series	2007-02-21 00:25:23 UTC (rev 1064)
@@ -39,6 +39,6 @@
 # splash screen
 raise-limits.patch
 set-hwswp.patch
-enable-splash-bmp.patch
 splashimage-command.patch
 cmd-unzip.patch
+enable-splash-bmp.patch

Modified: trunk/src/target/u-boot/patches/splashimage-command.patch
===================================================================
--- trunk/src/target/u-boot/patches/splashimage-command.patch	2007-02-21 00:01:54 UTC (rev 1063)
+++ trunk/src/target/u-boot/patches/splashimage-command.patch	2007-02-21 00:25:23 UTC (rev 1064)
@@ -7,7 +7,7 @@
 ===================================================================
 --- u-boot.orig/drivers/cfb_console.c
 +++ u-boot/drivers/cfb_console.c
-@@ -1122,7 +1122,13 @@ static void *video_logo (void)
+@@ -1121,7 +1121,13 @@ static void *video_logo (void)
  	ulong addr;
  
  	if ((s = getenv ("splashimage")) != NULL) {





More information about the commitlog mailing list