Skip to content
Snippets Groups Projects
Commit 1ae37be7 authored by Bo Shen's avatar Bo Shen Committed by Andreas Bießmann
Browse files

arm: atmel: at91sam9x5: cleanup unneeded undef


remove unneeded #undef for at91sam9x5ek board.

Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 8d7b3638
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#define LCD_BPP LCD_COLOR16 #define LCD_BPP LCD_COLOR16
#define LCD_OUTPUT_BPP 24 #define LCD_OUTPUT_BPP 24
#define CONFIG_LCD_LOGO #define CONFIG_LCD_LOGO
#undef LCD_TEST_PATTERN
#define CONFIG_LCD_INFO #define CONFIG_LCD_INFO
#define CONFIG_LCD_INFO_BELOW_LOGO #define CONFIG_LCD_INFO_BELOW_LOGO
#define CONFIG_SYS_WHITE_ON_BLACK #define CONFIG_SYS_WHITE_ON_BLACK
...@@ -244,8 +243,4 @@ ...@@ -244,8 +243,4 @@
*/ */
#define CONFIG_SYS_MALLOC_LEN (512 * 1024 + 0x1000) #define CONFIG_SYS_MALLOC_LEN (512 * 1024 + 0x1000)
#ifdef CONFIG_USE_IRQ
#error CONFIG_USE_IRQ not supported
#endif
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment