Skip to content

Commit

Permalink
Blackfin arch: fix bugs report by Andy Liu <yjhsou@gmail.com>, AD1836…
Browse files Browse the repository at this point in the history
… can't be probed in BF561-EZ

Cc: Andy Liu <yjhsou@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Bryan Wu committed Aug 5, 2007
1 parent 214cccb commit 7c100f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-blackfin/mach-bf561/portmux.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#define P_TMR1 (P_DEFINED | P_IDENT(GPIO_PF1))
#define P_TMR0 (P_DEFINED | P_IDENT(GPIO_PF0))
#define P_SPI0_MOSI (P_DONTCARE)
#define P_SPI0_MIS0 (P_DONTCARE)
#define P_SPI0_MISO (P_DONTCARE)
#define P_SPI0_SCK (P_DONTCARE)

#endif /* _MACH_PORTMUX_H_ */

0 comments on commit 7c100f3

Please sign in to comment.