[platform][zynq] update timer code to take tick from target

This commit is contained in:
Travis Geiselbrecht
2014-05-02 20:21:10 -07:00
parent 98647aeff7
commit 1930cb3abd
5 changed files with 20 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include
GLOBAL_DEFINES += \
TIMER_CLOCK_FREQ=325000000
MODULE_SRCS += \
$(LOCAL_DIR)/target.c \

View File

@@ -10,6 +10,7 @@ PLATFORM := zynq
MODULES += \
GLOBAL_DEFINES += \
TIMER_CLOCK_FREQ=100000000
#include make/module.mk