From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Tue, 20 May 2014 18:20:20 +0800 Subject: [U-Boot] [PATCH] ARM: at91: remove AT91X40 macro since it is not use any more In-Reply-To: <1400578048-14457-1-git-send-email-josh.wu@atmel.com> References: <1400578048-14457-1-git-send-email-josh.wu@atmel.com> Message-ID: <537B2C64.6050005@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Josh, On 05/20/2014 05:27 PM, Josh Wu wrote: > The at91x40.h is not exist. So we remove it. > > Signed-off-by: Josh Wu Acked-by: Bo Shen > --- > arch/arm/include/asm/arch-at91/hardware.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h > index a63f974..d712a0d 100644 > --- a/arch/arm/include/asm/arch-at91/hardware.h > +++ b/arch/arm/include/asm/arch-at91/hardware.h > @@ -25,8 +25,6 @@ > # include > #elif defined(CONFIG_AT91CAP9) > # include > -#elif defined(CONFIG_AT91X40) > -# include > #elif defined(CONFIG_SAMA5D3) > # include > #else > Best Regards, Bo Shen