]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/post.h
powerpc: remove 4xx support
[people/ms/u-boot.git] / include / post.h
index b9b9c3775baff5709af28c109f0217c48fe13592..d5278111e8501a89b2b09d0e46fae9dc9d817b5d 100644 (file)
 #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