From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Thu, 26 Nov 2020 08:18:18 +0000 Subject: [PATCH] ARM: mach-at91: fix timer.o compile condition In-Reply-To: <20201111164603.288797-1-eugen.hristev@microchip.com> References: <20201111164603.288797-1-eugen.hristev@microchip.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.11.2020 18:46, Eugen Hristev wrote: > The AT91 architecture now has two possible timer blocks, the old PIT timer > and the new PIT64B. > The timer.c file has an old non DM driver that works for platforms > that do not use the ATMEL_PIT_TIMER DM-based driver. > Update the Makefile to select this old driver in case neither of the > ATMEL_PIT_TIMER and the MCHP_PIT64B_TIMER are selected. > > Suggested-by: Claudiu Beznea > Signed-off-by: Eugen Hristev > --- Applied to u-boot-atmel/master