]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/pcmcia.h
* Added support for both PCMCIA slots (at the same time!) on MPC8xx
[karo-tx-uboot.git] / include / pcmcia.h
index ee2c63c978fb2c8758d55ff72b734ac8f5bc35c9..beb1c16e46806ebb45d3b636ba53a05040cd2df8 100644 (file)
 #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 */