commit | 6cb1af7d1dd48208e948fd02c69330a0c50ebac8 | [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 | 1079bfe065f8a5a1afb119ab14070693a7d308d8 [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>