diff options
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/post.h b/include/post.h index b9b9c3775b..d5278111e8 100644 --- a/include/post.h +++ b/include/post.h @@ -35,10 +35,6 @@ #include <asm/immap_86xx.h> #define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CONFIG_SYS_MPC86xx_PIC_OFFSET + \ offsetof(ccsr_pic_t, tfrr)) - -#elif defined (CONFIG_4xx) -#define _POST_WORD_ADDR \ - (CONFIG_SYS_OCM_DATA_ADDR + CONFIG_SYS_GBL_DATA_OFFSET - 0x4) #endif #ifndef _POST_WORD_ADDR |