]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: at91: armv7: sama7g5 uses CCF clock driver
authorNicolas Ferre <nicolas.ferre@microchip.com>
Wed, 11 Nov 2020 11:15:08 +0000 (13:15 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 26 Nov 2020 08:12:47 +0000 (10:12 +0200)
commit62495e2cdb2e26f74281a0f7f0195b55e6d92abe
treedafdefe723f498f141b2af784f40e977e6508b9e
parent1a5c5b716cf1d41cc1eb0f115a44a72387242f86
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>
arch/arm/mach-at91/armv7/Makefile
arch/arm/mach-at91/armv7/cpu.c