commit | 62495e2cdb2e26f74281a0f7f0195b55e6d92abe | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@microchip.com> | Wed Nov 11 13:15:08 2020 +0200 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Thu Nov 26 10:12:47 2020 +0200 |
tree | dafdefe723f498f141b2af784f40e977e6508b9e | |
parent | 1a5c5b716cf1d41cc1eb0f115a44a72387242f86 [diff] |
ARM: at91: armv7: sama7g5 uses CCF clock driver SAMA7G5 uses CCF driver under drivers/clk/at91/ and not the custom older at91 clock.c driver. Remove it from the compilation list and adapt cpu.c arch_cpu_init() to avoid calling at91_clock_init() which is wrong anyway. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>