]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: mach-at91: Add compile time option to choose proper timer
authorHari Prasath <Hari.PrasathGE@microchip.com>
Mon, 13 Dec 2021 05:00:03 +0000 (10:30 +0530)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 16 Dec 2021 09:41:45 +0000 (11:41 +0200)
commit9bf459c23dc03f3c4405650e3c8578265fd9d62c
treec602157c14218315f3b01d4254fa734e79f444fc
parent85bffb8185bcdcc9f61282400da6c3004903dfbc
ARM: mach-at91: Add compile time option to choose proper timer

New SoC's of AT91 family with ARM-9 core includes a regular timer and a 64-bit
timer.This patch adds a compile time option to the Makefile such that the old
timer driver is chosen and compiled as default if none of timer configuration
options are explicitly defined in the board configs.

Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com>
Reviewed-by: Eugen Hristev <eugen.hristev@microchip.com>
arch/arm/mach-at91/arm926ejs/Makefile