summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-at91/hardware.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2015-01-16 02:55:46 (GMT)
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-02-07 22:42:56 (GMT)
commitc6941e120386b06b21566b560cd51882b0d1a51a (patch)
tree8e4118479829ac1f5f39e2390a68c8e37129d010 /arch/arm/include/asm/arch-at91/hardware.h
parent0b2a9824203deccf8e5ffd0db69f6aa9b771eb26 (diff)
downloadu-boot-fsl-qoriq-c6941e120386b06b21566b560cd51882b0d1a51a.tar.xz
ARM: atmel: cleanup: remove at91cap9 related code
As the at91cap9adk board is removed by commit: b5508344 (ARM: remove broken "at91cap9adk" board), so the at91cap9 code is not used anymore, and also the document for at91cap9 can not be found on www.atmel.com, so remove the at91cap9 related code. Signed-off-by: Bo Shen <voice.shen@atmel.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/hardware.h')
-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 bf0a1bd..ff6b71b 100644
--- a/arch/arm/include/asm/arch-at91/hardware.h
+++ b/arch/arm/include/asm/arch-at91/hardware.h
@@ -23,8 +23,6 @@
# include <asm/arch/at91sam9g45.h>
#elif defined(CONFIG_AT91SAM9N12) || defined(CONFIG_AT91SAM9X5)
# include <asm/arch/at91sam9x5.h>
-#elif defined(CONFIG_AT91CAP9)
-# include <asm/arch/at91cap9.h>
#elif defined(CONFIG_SAMA5D3)
# include <asm/arch/sama5d3.h>
#elif defined(CONFIG_SAMA5D4)