
11 Apr
2022
11 Apr
'22
3:45 p.m.
On Sun, Apr 10, 2022 at 04:32:01PM +0800, Peng Fan (OSS) wrote:
From: Peng Fan peng.fan@nxp.com
Since we have CONFIG_COUNTER_FREQUENCY enabled, no need COUNTER_FREQUENCY
Signed-off-by: Peng Fan peng.fan@nxp.com
[snip]
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index c87bcd475eff..8cc7538ee7cc 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -85,6 +85,5 @@ sizeof(CONFIG_SYS_PROMPT) + 16)
/* Generic Timer Definitions */ -#define COUNTER_FREQUENCY 8000000 /* 8MHz */
#endif /* __APALIS_IMX8_H */
As a minor thing, and if you don't do it in v3 I'll do it when applying, we should remove the now useless comment line as well in all of these (an then the extra blank line).
--
Tom