diff options
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/post.h b/include/post.h index a07a6bc5e25..ec03556e917 100644 --- a/include/post.h +++ b/include/post.h @@ -27,7 +27,7 @@ #elif defined (CONFIG_MPC85xx) #include <asm/immap_85xx.h> -#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_PIC_OFFSET + \ +#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PIC_OFFSET + \ offsetof(ccsr_pic_t, tfrr)) #endif |