diff options
author | Michal Simek <monstr@monstr.eu> | 2007-07-14 13:11:28 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-07-14 13:11:28 +0200 |
commit | 5280f352c8da33b1d7fbf448768717d9e16ff9a1 (patch) | |
tree | 861656d3f1ce8a75b8354d61cdef8944c58a95da /include/configs | |
parent | 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43 (diff) | |
download | u-boot-imx-5280f352c8da33b1d7fbf448768717d9e16ff9a1.zip u-boot-imx-5280f352c8da33b1d7fbf448768717d9e16ff9a1.tar.gz u-boot-imx-5280f352c8da33b1d7fbf448768717d9e16ff9a1.tar.bz2 |
[FIX] support for simply measuring time
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/suzaku.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h index 8224555..ca5c751 100644 --- a/include/configs/suzaku.h +++ b/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 */ |