]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/commproc.h
* Added support for both PCMCIA slots (at the same time!) on MPC8xx
[karo-tx-uboot.git] / include / commproc.h
index 6357fe3b664b5a250038855ff9b377945463f76f..9608c4687d19e5c547f923c3bb52812aca3cc15a 100644 (file)
 
 #endif
 
+#ifndef CFG_CPM_POST_WORD_ADDR
 #define CPM_POST_WORD_ADDR     0x07FC
+#else
+#define CPM_POST_WORD_ADDR     CFG_CPM_POST_WORD_ADDR
+#endif
 
 #define BD_IIC_START   ((uint) 0x0400) /* <- please use CPM_I2C_BASE !! */