diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2013-11-21 13:38:54 -0800 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-02-19 09:41:21 +0100 |
commit | 6c3e61de3c9e6fbc283c16269f2e86f8fe0e0a6c (patch) | |
tree | 273b1ac9fa49357cb26173fa286cbbdbc7add5d8 /include/configs/zynq-common.h | |
parent | 23d5c738664918b1cb11cfffe5fbd79940d68c49 (diff) | |
download | u-boot-imx-6c3e61de3c9e6fbc283c16269f2e86f8fe0e0a6c.zip u-boot-imx-6c3e61de3c9e6fbc283c16269f2e86f8fe0e0a6c.tar.gz u-boot-imx-6c3e61de3c9e6fbc283c16269f2e86f8fe0e0a6c.tar.bz2 |
zynq: Provide a framework to read clock frequencies
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index b5bf7ac..406ccaf 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -163,6 +163,7 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_LONGHELP +#define CONFIG_CLOCKS #define CONFIG_SYS_MAXARGS 15 /* max number of command args */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ |