Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"
[oweals/u-boot.git] / include / pcmcia / cirrus.h
index f53b85a3230bbd2f650f14681f72986acdfe24b1..cd34dd85600e18273893a8cf5fd5634b2d03b18a 100644 (file)
@@ -166,9 +166,15 @@ static int has_led = -1;
 static int has_ring = -1;
 static int dynamic_mode = 0;
 static int freq_bypass = -1;
+#ifdef CONFIG_CPC45
+static int setup_time = 2;
+static int cmd_time = 6;
+static int recov_time = 1;
+#else
 static int setup_time = -1;
 static int cmd_time = -1;
 static int recov_time = -1;
+#endif
 
 
 #endif /* _LINUX_CIRRUS_H */