summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-at91/at91sam9_matrix.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/at91sam9_matrix.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/at91sam9_matrix.h')
-rw-r--r--arch/arm/include/asm/arch-at91/at91sam9_matrix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
index 1b59cc6..d0bf0c2 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
@@ -15,8 +15,6 @@
#include <asm/arch/at91sam9263_matrix.h>
#elif defined(CONFIG_AT91SAM9RL)
#include <asm/arch/at91sam9rl_matrix.h>
-#elif defined(CONFIG_AT91CAP9)
-#include <asm/arch/at91cap9_matrix.h>
#elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
#include <asm/arch/at91sam9g45_matrix.h>
#elif defined(CONFIG_AT91SAM9N12) || defined(CONFIG_AT91SAM9X5)