diff options
author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | 2017-01-17 16:27:30 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-02-17 10:22:46 +0100 |
commit | 781745bd87710c5604a0ae005153d0c9578d616a (patch) | |
tree | 1f769cbd756322f578ea632b5b6f384d36c4f0a3 /include/configs/topic_miami.h | |
parent | 3a64b2536487fe03d4d21d9cefb45b2c841a9d21 (diff) |
zynq: Move zynq to clock framework
Move the zynq to clock framework and remove unused functions as well as
the CONFIG_ZYNQ_PS_CLK_FREQ configuration.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/topic_miami.h')
-rw-r--r-- | include/configs/topic_miami.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index 42cfbb06ba..a56ceef85a 100644 --- a/include/configs/topic_miami.h +++ b/include/configs/topic_miami.h @@ -10,8 +10,6 @@ #ifndef __CONFIG_TOPIC_MIAMI_H #define __CONFIG_TOPIC_MIAMI_H -#define CONFIG_ZYNQ_PS_CLK_FREQ 33333333UL - #define CONFIG_ZYNQ_I2C0 #define CONFIG_ZYNQ_I2C1 |