commit | 50304769ed75c26a1085ce58c49d225d51174ca4 | [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 | 5dfd4070bfd4697cbcc5d5eb93bcad6d32b61c97 [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>