summaryrefslogtreecommitdiff
path: root/include/configs/vexpress_aemv8.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-04-13 17:47:21 +0800
committerTom Rini <trini@konsulko.com>2022-04-21 15:27:17 -0400
commitc5b9bf5518411c72a3763371049cfabeb5f16633 (patch)
treec90efe0cff8762d950fcb18650febf7a5b2d6d6a /include/configs/vexpress_aemv8.h
parentabf8d9632ffe957a35b99be3029ff22c40cda53a (diff)
include/configs: drop COUNTER_FREQUENCY
Since we have CONFIG_COUNTER_FREQUENCY enabled, no need COUNTER_FREQUENCY Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/vexpress_aemv8.h')
-rw-r--r--include/configs/vexpress_aemv8.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h
index 4f0ff239e68..0632b367cad 100644
--- a/include/configs/vexpress_aemv8.h
+++ b/include/configs/vexpress_aemv8.h
@@ -73,9 +73,6 @@
#define V2M_SYS_CFGCTRL (V2M_SYSREGS + 0x0a4)
#define V2M_SYS_CFGSTAT (V2M_SYSREGS + 0x0a8)
-/* Generic Timer Definitions */
-#define COUNTER_FREQUENCY 24000000 /* 24MHz */
-
/* Generic Interrupt Controller Definitions */
#ifdef CONFIG_GICV3
#define GICD_BASE (V2M_PA_BASE + 0x2f000000)