diff --git a/board/neo1973/common/lowlevel_init.S b/board/neo1973/common/lowlevel_init.S
index 79eb098..29d170d 100644
--- a/board/neo1973/common/lowlevel_init.S
+++ b/board/neo1973/common/lowlevel_init.S
@@ -68,12 +68,12 @@
 
 /* BANK1CON: Smedia Glamo 3362 (on GTA02) */
 #define B1_Tacs		 	0x0	/*  0clk */
-#define B1_Tcos		 	0x3	/*  4clk */
+#define B1_Tcos		 	0x2	/*  2clk */
 #define B1_Tacc		 	0x3	/*  4clk */
-#define B1_Tcoh		 	0x3	/*  4clk */
+#define B1_Tcoh		 	0x2	/*  2clk */
 #define B1_Tah		 	0x0	/*  0clk */
-#define B1_Tacp		 	0x0
-#define B1_PMC		 	0x0
+#define B1_Tacp		 	0x0 /*3 for page mode*/
+#define B1_PMC		 	0x0 /*3 for page mode*/
 
 #define B2_Tacs		 	0x0
 #define B2_Tcos		 	0x0
