diff options
Diffstat (limited to 'include/commproc.h')
-rw-r--r-- | include/commproc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/commproc.h b/include/commproc.h index 6357fe3..9608c46 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -77,7 +77,11 @@ #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 !! */ |