From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Kipp Date: Thu, 10 Mar 2011 19:31:42 +0100 Subject: [U-Boot] AT91 timer patch broke DataFlash driver In-Reply-To: <4D78D7F8.8080502@egnite.de> References: <4D78D7F8.8080502@egnite.de> Message-ID: <4D79190E.8040507@egnite.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Answering myself On 3/10/2011 2:54 PM, Harald Kipp wrote: > Commit 5dca710a3d7703e41da0e9894f2d71f9e25bea6b > http://lists.denx.de/pipermail/u-boot/2010-October/078600.html > removed the two global routines reset_timer_masked() and > get_timer_masked() from arch/arm/cpu/arm926ejs/at91/timer.c. > > Both routines are still referenced in drivers/spi/atmel_dataflash_spi.c. > As a result SPI DataFlash support fails to compile for AT91 boards. http://patchwork.ozlabs.org/patch/80747/ fixes this. Sorry for the noise. Regards, Harald