projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7b363
)
arm: atmel: at91sam9x5: cleanup unneeded undef
author
Bo Shen
<voice.shen@atmel.com>
Tue, 10 Dec 2013 08:14:01 +0000
(16:14 +0800)
committer
Andreas Bießmann
<andreas.devel@googlemail.com>
Tue, 17 Dec 2013 16:21:18 +0000
(17:21 +0100)
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>
include/configs/at91sam9x5ek.h
patch
|
blob
|
history
diff --git
a/include/configs/at91sam9x5ek.h
b/include/configs/at91sam9x5ek.h
index ea9a50e0b1f2ba277b882445e94d686d11faa5a6..4eeaf3bb8d541fb9a0224900aecf9786f63f4733 100644
(file)
--- 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