Skip to content

Commit

Permalink
Blackfin arch: fix bug - kernel crash after config IP for ethernet port
Browse files Browse the repository at this point in the history
Fix typo - kernel crash on bf533-stamp/bf533-ezkit after config IP for ethernet port

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Jan 7, 2009
1 parent 14a9591 commit 3af8e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf533/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef _MACH_GPIO_H_
#define _MACH_GPIO_H_

#define MAX_BLACKFIN_GPIOS 48
#define MAX_BLACKFIN_GPIOS 16

#define GPIO_PF0 0
#define GPIO_PF1 1
Expand Down

0 comments on commit 3af8e93

Please sign in to comment.