summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2014-05-20 17:27:28 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2014-05-27 00:10:50 +0200
commit2ff22cf4a810af34db989f62cd66d5e0864804b5 (patch)
tree1d7625b966c70691264635ccf3abd68af4d6db89 /arch
parente166a8311ff29c020b6f17f133ada53e6f98befa (diff)
downloadtalos-obmc-uboot-2ff22cf4a810af34db989f62cd66d5e0864804b5.tar.gz
talos-obmc-uboot-2ff22cf4a810af34db989f62cd66d5e0864804b5.zip
ARM: at91: remove AT91X40 macro since it is not use any more
The at91x40.h is not exist. So we remove it. Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-at91/hardware.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h
index a63f974060..d712a0dc91 100644
--- a/arch/arm/include/asm/arch-at91/hardware.h
+++ b/arch/arm/include/asm/arch-at91/hardware.h
@@ -25,8 +25,6 @@
# include <asm/arch/at91sam9x5.h>
#elif defined(CONFIG_AT91CAP9)
# include <asm/arch/at91cap9.h>
-#elif defined(CONFIG_AT91X40)
-# include <asm/arch/at91x40.h>
#elif defined(CONFIG_SAMA5D3)
# include <asm/arch/sama5d3.h>
#else
OpenPOWER on IntegriCloud