commit | 808cea90f5ab86fcdd9b0190fdb4c70cd6a060fc | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sat Jul 31 14:22:55 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Aug 11 08:42:26 2021 +0200 |
tree | 9f074783c444ac3b9d60db985a79f90d2f91e54a | |
parent | 7dd26bbff8489da75ea2b80f0ebede03ee05de3c [diff] |
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>