From ea909b7604306a400ee3abf57e2fa7b2dde5dde1 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 21 Nov 2002 23:11:29 +0000 Subject: * Added support for both PCMCIA slots (at the same time!) on MPC8xx * Patch by Rod Boyce, 21 Nov 2002: fix PCMCIA on MBX8xx board * Patch by Pierre Aubert , 21 Nov 2002 Add CFG_CPM_POST_WORD_ADDR to make the offset of the bootmode word in DPRAM configurable --- include/pcmcia.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/pcmcia.h') diff --git a/include/pcmcia.h b/include/pcmcia.h index ee2c63c978..beb1c16e46 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -76,8 +76,12 @@ #error Both CONFIG_PCMCIA_SLOT_A and CONFIG_PCMCIA_SLOT_B configured #endif +#ifndef PCMCIA_SOCKETS_NO #define PCMCIA_SOCKETS_NO 1 +#endif +#ifndef PCMCIA_MEM_WIN_NO #define PCMCIA_MEM_WIN_NO 4 +#endif #define PCMCIA_IO_WIN_NO 2 /* define _slot_ to be able to optimize macros */ -- cgit v1.2.1