Re: [PATCH 0/5] arm: mvebu: Automatically detect CONFIG_SYS_TCLK

2021-08-11 Thread Stefan Roese
On 31.07.21 14:22, Pali Rohár wrote: This patch series automatically detects CONFIG_SYS_TCLK value, set it in global mach/soc.h file and remove manual CONFIG_SYS_TCLK value from all mvebu/kirkwood board config files. So it just a cleanup to avoid defining custom macros in board config files whic

[PATCH 0/5] arm: mvebu: Automatically detect CONFIG_SYS_TCLK

2021-07-31 Thread Pali Rohár
This patch series automatically detects CONFIG_SYS_TCLK value, set it in global mach/soc.h file and remove manual CONFIG_SYS_TCLK value from all mvebu/kirkwood board config files. So it just a cleanup to avoid defining custom macros in board config files which can be automatically detected. Could