summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9x5ek.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-12-10 16:14:01 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-12-17 17:21:18 +0100
commit1ae37be7822858dead80c53ffa65733948ecda32 (patch)
treedbd0c7829999a997422e92018b6e3f93e265b6f5 /include/configs/at91sam9x5ek.h
parent8d7b3638e97bb1393b4ecf835efead38ea5c1a34 (diff)
downloadblackbird-obmc-uboot-1ae37be7822858dead80c53ffa65733948ecda32.tar.gz
blackbird-obmc-uboot-1ae37be7822858dead80c53ffa65733948ecda32.zip
arm: atmel: at91sam9x5: cleanup unneeded undef
remove unneeded #undef for at91sam9x5ek board. Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91sam9x5ek.h')
-rw-r--r--include/configs/at91sam9x5ek.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h
index ea9a50e0b1..4eeaf3bb8d 100644
--- a/include/configs/at91sam9x5ek.h
+++ b/include/configs/at91sam9x5ek.h
@@ -44,7 +44,6 @@
#define LCD_BPP LCD_COLOR16
#define LCD_OUTPUT_BPP 24
#define CONFIG_LCD_LOGO
-#undef LCD_TEST_PATTERN
#define CONFIG_LCD_INFO
#define CONFIG_LCD_INFO_BELOW_LOGO
#define CONFIG_SYS_WHITE_ON_BLACK
@@ -244,8 +243,4 @@
*/
#define CONFIG_SYS_MALLOC_LEN (512 * 1024 + 0x1000)
-#ifdef CONFIG_USE_IRQ
-#error CONFIG_USE_IRQ not supported
-#endif
-
#endif
OpenPOWER on IntegriCloud