summaryrefslogtreecommitdiff
path: root/include/configs/ulcb.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-06-05 20:21:30 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2018-06-14 22:35:21 +0200
commitc29d2a2432b92ec249385ce600ff912d929715f2 (patch)
tree26041ba52977c86e43bc075e36a17a63caff89c1 /include/configs/ulcb.h
parent2519a293d56841678af961ea2860f50e1445639b (diff)
ARM: rmobile: Zap CONFIG_SYS_CLK_FREQ where applicable
The CONFIG_SYS_CLK_FREQ is not used on some of the Gen3 boards, remove it. Moreover, on Ebisu this actually didn't match the comment in the config file at all, but since it was not used, there was no real problem. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/ulcb.h')
-rw-r--r--include/configs/ulcb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h
index 86c6ed3a36..6f2a0cc56d 100644
--- a/include/configs/ulcb.h
+++ b/include/configs/ulcb.h
@@ -15,10 +15,6 @@
#define CONFIG_BITBANGMII
#define CONFIG_BITBANGMII_MULTI
-/* Board Clock */
-/* XTAL_CLK : 33.33MHz */
-#define CONFIG_SYS_CLK_FREQ 33333333u
-
/* Generic Timer Definitions (use in assembler source) */
#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */