blob: 4c12074347cd3cf23a079421e4b42dc1a33c3903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff --git a/board/neo1973/common/lowlevel_init.S b/board/neo1973/common/lowlevel_init.S
index 582aa0e..92a9c7b 100644
--- a/board/neo1973/common/lowlevel_init.S
+++ b/board/neo1973/common/lowlevel_init.S
@@ -67,11 +67,11 @@
#define B0_PMC 0x0 /* normal */
/* BANK1CON */
-#define B1_Tacs 0x0 /* 0clk */
-#define B1_Tcos 0x1 /* 1clk */
-#define B1_Tacc 0x4 /* 4clk */
-#define B1_Tcoh 0x1 /* 1clk */
-#define B1_Tah 0x0 /* 0clk */
+#define B1_Tacs 0x3 /* 4clk */
+#define B1_Tcos 0x3 /* 4clk */
+#define B1_Tacc 0x7 /* 14clk */
+#define B1_Tcoh 0x3 /* 4clk */
+#define B1_Tah 0x3 /* 4clk */
#define B1_Tacp 0x0
#define B1_PMC 0x0
|