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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Aug 23 16:33:08 CEST 2007


Author: laforge
Date: 2007-08-23 16:32:59 +0200 (Thu, 23 Aug 2007)
New Revision: 2812

Modified:
   trunk/src/target/u-boot/patches/enable-splash-bmp.patch
   trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
   trunk/src/target/u-boot/patches/uboot-hxd8.patch
Log:
CONFIG_UNZIP has been renamed to CONFIG_CMD_UNZIP some time ago, but not in all places,
causing the splash screen display to fail.


Modified: trunk/src/target/u-boot/patches/enable-splash-bmp.patch
===================================================================
--- trunk/src/target/u-boot/patches/enable-splash-bmp.patch	2007-08-23 13:14:51 UTC (rev 2811)
+++ trunk/src/target/u-boot/patches/enable-splash-bmp.patch	2007-08-23 14:32:59 UTC (rev 2812)
@@ -43,7 +43,7 @@
 +#define CFG_VIDEO_LOGO_MAX_SIZE	(640*480+1024+100) /* 100 = slack */
 +#define CONFIG_VIDEO_BMP_GZIP
  #define CONFIG_VGA_AS_SINGLE_DEVICE
-+#define CONFIG_UNZIP
++#define CONFIG_CMD_UNZIP
  
  #define VIDEO_KBD_INIT_FCT	0
  #define VIDEO_TSTC_FCT		serial_tstc

Modified: trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch	2007-08-23 13:14:51 UTC (rev 2811)
+++ trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch	2007-08-23 14:32:59 UTC (rev 2812)
@@ -1209,7 +1209,7 @@
 +#define CFG_VIDEO_LOGO_MAX_SIZE		(640*480+1024+100) /* 100 = slack */
 +#define CONFIG_VIDEO_BMP_GZIP
 +#define CONFIG_VGA_AS_SINGLE_DEVICE
-+#define CONFIG_UNZIP
++#define CONFIG_CMD_UNZIP
 +
 +#define VIDEO_KBD_INIT_FCT     0
 +#define VIDEO_TSTC_FCT         serial_tstc

Modified: trunk/src/target/u-boot/patches/uboot-hxd8.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-hxd8.patch	2007-08-23 13:14:51 UTC (rev 2811)
+++ trunk/src/target/u-boot/patches/uboot-hxd8.patch	2007-08-23 14:32:59 UTC (rev 2812)
@@ -717,7 +717,7 @@
 +#define CFG_VIDEO_LOGO_MAX_SIZE	(640*480+1024+100) /* 100 = slack */
 +#define CONFIG_VIDEO_BMP_GZIP
 +#define CONFIG_VGA_AS_SINGLE_DEVICE
-+#define CONFIG_UNZIP
++#define CONFIG_CMD_UNZIP
 +
 +#define VIDEO_KBD_INIT_FCT	0
 +#define VIDEO_TSTC_FCT		serial_tstc





More information about the commitlog mailing list