summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2015-01-16 10:55:46 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-02-07 23:42:56 +0100
commitc6941e120386b06b21566b560cd51882b0d1a51a (patch)
tree8e4118479829ac1f5f39e2390a68c8e37129d010 /drivers
parent0b2a9824203deccf8e5ffd0db69f6aa9b771eb26 (diff)
downloadblackbird-obmc-uboot-c6941e120386b06b21566b560cd51882b0d1a51a.tar.gz
blackbird-obmc-uboot-c6941e120386b06b21566b560cd51882b0d1a51a.zip
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 'drivers')
-rw-r--r--drivers/video/atmel_lcdfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c
index 3cf008ce6b..712d7454e4 100644
--- a/drivers/video/atmel_lcdfb.c
+++ b/drivers/video/atmel_lcdfb.c
@@ -20,7 +20,7 @@
#define ATMEL_LCDC_GUARD_TIME 1
#endif
-#if defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91CAP9)
+#if defined(CONFIG_AT91SAM9263)
#define ATMEL_LCDC_FIFO_SIZE 2048
#else
#define ATMEL_LCDC_FIFO_SIZE 512
OpenPOWER on IntegriCloud