aboutsummaryrefslogtreecommitdiff
path: root/board/afeb9260/afeb9260.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/afeb9260/afeb9260.c')
-rw-r--r--board/afeb9260/afeb9260.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/afeb9260/afeb9260.c b/board/afeb9260/afeb9260.c
index 94a65c27a..4652672ab 100644
--- a/board/afeb9260/afeb9260.c
+++ b/board/afeb9260/afeb9260.c
@@ -149,7 +149,7 @@ int board_init(void)
#ifdef CONFIG_CMD_NAND
afeb9260_nand_hw_init();
#endif
- at91_spi0_hw_init((1 << 0) || (1 << 1));
+ at91_spi0_hw_init((1 << 0) | (1 << 1));
#ifdef CONFIG_MACB
afeb9260_macb_hw_init();
#endif