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

werner at sita.openmoko.org werner at sita.openmoko.org
Wed Apr 2 14:51:18 CEST 2008


Author: werner
Date: 2008-04-02 14:51:16 +0200 (Wed, 02 Apr 2008)
New Revision: 4297

Modified:
   trunk/src/target/u-boot/patches/uboot-gta02.patch
Log:
This reduces the time until the splash screen comes up by one second, so
it's now about 3.5s.

uboot-gta02.patch:
- board/neo1973/gta02/gta02.c (POWER_KEY_SECONDS): reduced from 2 to 1 second



Modified: trunk/src/target/u-boot/patches/uboot-gta02.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta02.patch	2008-04-01 22:50:31 UTC (rev 4296)
+++ trunk/src/target/u-boot/patches/uboot-gta02.patch	2008-04-02 12:51:16 UTC (rev 4297)
@@ -139,7 +139,7 @@
 +DECLARE_GLOBAL_DATA_PTR;
 +
 +/* That many seconds the power key needs to be pressed to power up */
-+#define POWER_KEY_SECONDS	2
++#define POWER_KEY_SECONDS	1
 +
 +#if defined(CONFIG_ARCH_GTA02_v1)
 +//#define M_MDIV	0x7f		/* Fout = 405.00MHz */





More information about the commitlog mailing list