arm: mvebu: axp: Set CONFIG_SYS_TCLK globally
authorPali Rohár <pali@kernel.org>
Sat, 31 Jul 2021 12:22:55 +0000 (14:22 +0200)
committerStefan Roese <sr@denx.de>
Wed, 11 Aug 2021 06:42:26 +0000 (08:42 +0200)
commit808cea90f5ab86fcdd9b0190fdb4c70cd6a060fc
tree9f074783c444ac3b9d60db985a79f90d2f91e54a
parent7dd26bbff8489da75ea2b80f0ebede03ee05de3c
arm: mvebu: axp: Set CONFIG_SYS_TCLK globally

This mvebu axp platform always uses fixed 250 MHz TCLK. So specify this
CONFIG_SYS_TCLK option in msys section of global file soc.h file instead of
manual configuration in every board file.

Now every #if-#else case of soc.h file defines CONFIG_SYS_TCLK, so remove
useless default CONFIG_SYS_TCLK value from the end of soc.h file.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/include/mach/soc.h
include/configs/db-mv784mp-gp.h
include/configs/ds414.h
include/configs/maxbcm.h
include/configs/theadorable.h