Explorar el Código

[FIX] support for simply measuring time

Michal Simek hace 18 años
padre
commit
5280f352c8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/configs/suzaku.h

+ 2 - 0
include/configs/suzaku.h

@@ -97,4 +97,6 @@
 #define CFG_GBL_DATA_OFFSET    (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
 #define CFG_INIT_SP_OFFSET	CFG_GBL_DATA_OFFSET
 
+#define XILINX_CLOCK_FREQ	50000000
+
 #endif	/* __CONFIG_H */