[Armadeus-commitlog] SF.net SVN: armadeus: [726] trunk/buildroot/target/device/armadeus/u-boot/ 100
Brought to you by:
sszy
|
From: <th...@us...> - 2007-12-09 18:06:25
|
Revision: 726
http://armadeus.svn.sourceforge.net/armadeus/?rev=726&view=rev
Author: thom25
Date: 2007-12-09 10:06:28 -0800 (Sun, 09 Dec 2007)
Log Message:
-----------
fix bug with SD if unused bit of PUEN are set as pullup...
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/u-boot/100-apx9328.patch
Modified: trunk/buildroot/target/device/armadeus/u-boot/100-apx9328.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/u-boot/100-apx9328.patch 2007-12-08 22:24:15 UTC (rev 725)
+++ trunk/buildroot/target/device/armadeus/u-boot/100-apx9328.patch 2007-12-09 18:06:28 UTC (rev 726)
@@ -1982,7 +1982,7 @@
+#define CFG_ICR2_C_VAL 0x00000000
+#define CFG_IMR_C_VAL 0x00000000
+#define CFG_GPR_C_VAL 0x00000000
-+#define CFG_PUEN_C_VAL 0xFFFFFFFF
++#define CFG_PUEN_C_VAL 0xF913FFFF
+
+#define CFG_DDIR_D_VAL 0x00000000
+#define CFG_OCR1_D_VAL 0x00000000
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|