pcw8256: correct clock rate
authorAlan Cox <alan@linux.intel.com>
Tue, 24 Jul 2018 23:16:19 +0000 (00:16 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 24 Jul 2018 23:16:19 +0000 (00:16 +0100)
Kernel/platform-pcw8256/config.h

index 9f236df..db161a5 100644 (file)
@@ -38,7 +38,7 @@
 #define CONFIG_NET
 #define CONFIG_NET_NATIVE
 
-#define TICKSPERSEC 50   /* Ticks per second */
+#define TICKSPERSEC 300                /* FIXME: double check - Ticks per second */
 #define PROGBASE    0x0000     /* memory base of program */
 #define PROGLOAD    0x0100     /* load base of program */
 #define PROGTOP     0xF400     /* Top of program, base of U_DATA */