Skip to content

Commit

Permalink
[PATCH] m68knommu: use board name defines to differentiate board defi…
Browse files Browse the repository at this point in the history
…nitions

Use board name define to differentiate boards, not combination
of more generic defines.

Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Nov 2, 2005
1 parent b30db61 commit ed65fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-m68knommu/anchor.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/*
* Define basic addressing info.
*/
#if defined(CONFIG_MOTOROLA) && defined(CONFIG_M5407)
#if defined(CONFIG_M5407C3)
#define COMEM_BASE 0xFFFF0000 /* Base of CO-MEM address space */
#define COMEM_IRQ 25 /* IRQ of anchor part */
#else
Expand Down Expand Up @@ -96,7 +96,7 @@
* The PCI bus will be limited in what slots will actually be used.
* Define valid device numbers for different boards.
*/
#if defined(CONFIG_MOTOROLA) && defined(CONFIG_M5407)
#if defined(CONFIG_M5407C3)
#define COMEM_MINDEV 14 /* Minimum valid DEVICE */
#define COMEM_MAXDEV 14 /* Maximum valid DEVICE */
#define COMEM_BRIDGEDEV 15 /* Slot bridge is in */
Expand Down

0 comments on commit ed65fa1

Please sign in to comment.