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 | |
| parent | 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43 (diff) | |
| download | olio-uboot-2014.01-5280f352c8da33b1d7fbf448768717d9e16ff9a1.tar.xz olio-uboot-2014.01-5280f352c8da33b1d7fbf448768717d9e16ff9a1.zip | |
[FIX] support for simply measuring time
| -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 822455589..ca5c7519c 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 */ |