[Armadeus-commitlog] SF.net SVN: armadeus: [718] trunk/buildroot/target/device/armadeus/u-boot/ 100
Brought to you by:
sszy
|
From: <th...@us...> - 2007-11-26 20:00:47
|
Revision: 718
http://armadeus.svn.sourceforge.net/armadeus/?rev=718&view=rev
Author: thom25
Date: 2007-11-26 12:00:44 -0800 (Mon, 26 Nov 2007)
Log Message:
-----------
set pullup by default on inputs
slow io drive strength set again to minimum
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-11-26 19:17:21 UTC (rev 717)
+++ trunk/buildroot/target/device/armadeus/u-boot/100-apx9328.patch 2007-11-26 20:00:44 UTC (rev 718)
@@ -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 0xF910FFFF
++#define CFG_PUEN_C_VAL 0xFFFFFFFF
+
+#define CFG_DDIR_D_VAL 0x00000000
+#define CFG_OCR1_D_VAL 0x00000000
@@ -1999,7 +1999,7 @@
+#define CFG_GPR_D_VAL 0x00000000
+#define CFG_PUEN_D_VAL 0xFFFFFFFF
+
-+#define CFG_GPCR_VAL 0x000007AB
++#define CFG_GPCR_VAL 0x000003AB
+
+/* FMCR Bit 1 becomes 0 to make CS3 if we have only one sdram bank*/
+#if (CONFIG_NR_DRAM_BANKS == 1)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|