diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-01-16 10:55:46 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-07 23:42:56 +0100 |
commit | c6941e120386b06b21566b560cd51882b0d1a51a (patch) | |
tree | 8e4118479829ac1f5f39e2390a68c8e37129d010 /drivers | |
parent | 0b2a9824203deccf8e5ffd0db69f6aa9b771eb26 (diff) | |
download | u-boot-imx-c6941e120386b06b21566b560cd51882b0d1a51a.zip u-boot-imx-c6941e120386b06b21566b560cd51882b0d1a51a.tar.gz u-boot-imx-c6941e120386b06b21566b560cd51882b0d1a51a.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 3cf008c..712d745 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 |