m68k: Fix typo 'COFNIG_MBAR'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
f89487adce
commit
e803d4bd31
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
#define PCIRFWPR (CONFIG_MBAR + 0x84d4) /* RX FIFO write pointer */
|
#define PCIRFWPR (CONFIG_MBAR + 0x84d4) /* RX FIFO write pointer */
|
||||||
|
|
||||||
#define PACR (CONFIG_MBAR + 0xc00) /* PCI arbiter control */
|
#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.
|
* Definitions for the Global status and control register.
|
||||||
|
|
Loading…
Add table
Reference in a new issue