summaryrefslogtreecommitdiff
path: root/board/atmel/at91sam9x5ek/at91sam9x5ek.c
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-12-17 09:34:43 (GMT)
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-12-17 16:21:14 (GMT)
commit8d7b3638e97bb1393b4ecf835efead38ea5c1a34 (patch)
treec2bfcec5e6044fcdf736e29803799a451a82afc0 /board/atmel/at91sam9x5ek/at91sam9x5ek.c
parentd2c7074b9593d822e2359a09c21747248fdf5fac (diff)
downloadu-boot-8d7b3638e97bb1393b4ecf835efead38ea5c1a34.tar.xz
arm: atmel: at91sam9x5: cleanup cs configure for spi
As the cs for spi is worked in gpio mode, so no need to configure it as peripheral and then configure to gpio. Configure it to gpio directly. Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/atmel/at91sam9x5ek/at91sam9x5ek.c')
-rw-r--r--board/atmel/at91sam9x5ek/at91sam9x5ek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c b/board/atmel/at91sam9x5ek/at91sam9x5ek.c
index 6f67c34..17a2a40 100644
--- a/board/atmel/at91sam9x5ek/at91sam9x5ek.c
+++ b/board/atmel/at91sam9x5ek/at91sam9x5ek.c
@@ -271,7 +271,6 @@ int board_init(void)
#endif
#ifdef CONFIG_ATMEL_SPI
- at91_spi0_hw_init(1 << 0);
at91_spi0_hw_init(1 << 4);
#endif