Skip to content

Commit

Permalink
m68k: Fix typo 'COFNIG_MBAR'
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Paul Bolle authored and Greg Ungerer committed Sep 28, 2014
1 parent f89487a commit e803d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/include/asm/m54xxpci.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#define PCIRFWPR (CONFIG_MBAR + 0x84d4) /* RX FIFO write pointer */

#define PACR (CONFIG_MBAR + 0xc00) /* PCI arbiter control */
#define PASR (COFNIG_MBAR + 0xc04) /* PCI arbiter status */
#define PASR (CONFIG_MBAR + 0xc04) /* PCI arbiter status */

/*
* Definitions for the Global status and control register.
Expand Down

0 comments on commit e803d4b

Please sign in to comment.