summaryrefslogtreecommitdiffstats
path: root/include/configs/e2220-1170.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-08-20 11:42:21 +0200
committerTom Warren <twarren@nvidia.com>2015-09-16 16:10:23 -0700
commit95bdf6469d651076fde0e63a78024e1786a7485d (patch)
tree844df4d918c4d326251685f9f0f8f7932e8205ff /include/configs/e2220-1170.h
parent97c02d87f4b08556a36903ce4c5aa9744a95b91e (diff)
downloadblackbird-obmc-uboot-95bdf6469d651076fde0e63a78024e1786a7485d.tar.gz
blackbird-obmc-uboot-95bdf6469d651076fde0e63a78024e1786a7485d.zip
e2220-1170: Remove hard-coded counter frequency
The counter frequency is derived from clk_m on Tegra, but that clock can be configured by the primary bootloader to run at the same frequency as the oscillator (38.4 MHz on Tegra210) or a divided down frequency (most typically 19.2 MHz). Remove the hard-coded frequency and allow the timer setup code to query the correct value at runtime. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/e2220-1170.h')
-rw-r--r--include/configs/e2220-1170.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/e2220-1170.h b/include/configs/e2220-1170.h
index 32ebb82f48..998a69aba1 100644
--- a/include/configs/e2220-1170.h
+++ b/include/configs/e2220-1170.h
@@ -59,7 +59,4 @@
#include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h"
-/* Crystal is 38.4MHz. clk_m runs at half that rate */
-#define COUNTER_FREQUENCY 19200000
-
#endif /* _E2220_1170_H */
OpenPOWER on IntegriCloud