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

werner at sita.openmoko.org werner at sita.openmoko.org
Tue Jan 29 17:15:59 CET 2008


Author: werner
Date: 2008-01-29 17:15:55 +0100 (Tue, 29 Jan 2008)
New Revision: 3980

Modified:
   trunk/src/target/u-boot/patches/gta02-splash.patch
Log:
Reference to CONFIG_GTA01_REVISION broke GTA01 builds of u-boot.

gta02-splash.patch:
- board/neo1973/common/jbt6k74.c (top-level, jbt6k74_init): unfortunately,
  there is no CONFIG_GTA01_REVISION. Use CONFIG_GTA02_REVISION instead.



Modified: trunk/src/target/u-boot/patches/gta02-splash.patch
===================================================================
--- trunk/src/target/u-boot/patches/gta02-splash.patch	2008-01-29 16:01:06 UTC (rev 3979)
+++ trunk/src/target/u-boot/patches/gta02-splash.patch	2008-01-29 16:15:55 UTC (rev 3980)
@@ -47,7 +47,7 @@
  	[JBT_STATE_NORMAL]		= "normal",
  };
  
-+#ifdef CONFIG_GTA01_REVISION
++#ifndef CONFIG_GTA02_REVISION
 +
  #define GTA01_SCLK	(1 << 7) 	/* GPG7 */
  #define GTA01_MOSI	(1 << 6)	/* GPG6 */
@@ -86,7 +86,7 @@
  {
  	S3C24X0_GPIO * const gpio = S3C24X0_GetBase_GPIO();
  
-+#ifdef CONFIG_GTA01_REVISION
++#ifndef CONFIG_GTA02_REVISION
  	/* initialize SPI for GPIO bitbang */
  	gpio->GPGCON &= 0xffff033f;
  	gpio->GPGCON |= 0x00005440;





More information about the commitlog mailing list