]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/trab/memsetup.S
Fix flash driver for TRAB board (must use Unlock Bypass Reset command
[karo-tx-uboot.git] / board / trab / memsetup.S
index 0273b94772c6dc4add0f828cb582af21b28656b6..c93dff67062f9570ab17819f9ec9ee96e227bfe4 100644 (file)
 #define BWSCON 0x14000000
 
 /* Bank0 */
-#define B0_Tacs        0x3     /* 4 clk */
-#define B0_Tcos        0x3     /* 4 clk */
-#define B0_Tacc        0x7     /* 14 clk */
-#define B0_Tcoh        0x0     /* 0 clk */
-#define B0_Tah 0x0     /* 0 clk */
+#define B0_Tacs        0x1     /* 1 clk */
+#define B0_Tcos        0x1     /* 1 clk */
+#define B0_Tacc        0x5     /* 8 clk */
+#define B0_Tcoh        0x1     /* 1 clk */
+#define B0_Tah 0x1     /* 1 clk */
 #define B0_Tacp        0x0
 #define B0_PMC 0x0     /* normal */
 
 /* Bank1 - SRAM */
-#define B1_Tacs        0x0     /* 0 clk */
-#define B1_Tcos        0x0     /* 0 clk */
-#define B1_Tacc        0x7     /* 14 clk */
-#define B1_Tcoh        0x0     /* 0 clk */
-#define B1_Tah 0x0     /* 0 clk */
+#define B1_Tacs        0x1     /* 1 clk */
+#define B1_Tcos        0x1     /* 1 clk */
+#define B1_Tacc        0x5     /* 8 clk */
+#define B1_Tcoh        0x1     /* 1 clk */
+#define B1_Tah 0x1     /* 1 clk */
 #define B1_Tacp        0x0
 #define B1_PMC 0x0     /* normal */
 
 /* Bank2 - CPLD */
-#define B2_Tacs        0x0     /* 0 clk */
-#define B2_Tcos        0x4     /* 4 clk */
-#define B2_Tacc        0x7     /* 14 clk */
-#define B2_Tcoh        0x4     /* 4 clk */
-#define B2_Tah 0x0     /* 0 clk */
+#define B2_Tacs        0x1     /* 1 clk */
+#define B2_Tcos        0x1     /* 1 clk */
+#define B2_Tacc        0x5     /* 8 clk */
+#define B2_Tcoh        0x1     /* 1 clk */
+#define B2_Tah 0x1     /* 1 clk */
 #define B2_Tacp        0x0
 #define B2_PMC 0x0     /* normal */