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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sun Mar 11 00:41:56 CET 2007


Author: laforge
Date: 2007-03-11 00:41:55 +0100 (Sun, 11 Mar 2007)
New Revision: 1320

Modified:
   trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
Log:
* Make sure ADDR26/GPA11 is configured as address pin, not as GPIO

This should fix all kinds of system instability problems, since it meant as
soon as memory > 64MB is used, memory corruption will occur.


Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-03-10 22:48:45 UTC (rev 1319)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-03-10 23:41:55 UTC (rev 1320)
@@ -271,7 +271,7 @@
 +	gpio->GPHCON = 0x0000FAAA;
 +	gpio->GPHUP = 0x000007FF;
 +#elif defined(CONFIG_ARCH_GTA01B_v2) || defined(CONFIG_ARCH_GTA01B_v3)
-+	gpio->GPACON = 0x005E47FF;
++	gpio->GPACON = 0x005E4FFF;
 +
 +	gpio->GPBCON = 0x00145415;
 +	gpio->GPBUP = 0x000007FF;





More information about the commitlog mailing list