dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] m68knommu: use board name defines to differentiate board definitions

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>
This commit is contained in:
Greg Ungerer 2005-11-02 14:56:46 +10:00 committed by Linus Torvalds
parent b30db61b9b
commit ed65fa16d5
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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 */