]> git.baikalelectronics.ru Git - uboot.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)
commitb2f479182649d068709147a6ad1a8a309d6bbcc0
treedafdefe723f498f141b2af784f40e977e6508b9e
parentf26ced5ca6b04a5e1d2404a05a9ff5f1f0a9ccd8
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