]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/post.h
Setup POST word for generic mpc85xx
[karo-tx-uboot.git] / include / post.h
index 625da5593f71cefc3a227f3fb22a16480bcbdc66..daa9047118e7de85e4ebf329c6439189c4b340b0 100644 (file)
@@ -57,8 +57,8 @@
 #define _POST_WORD_ADDR        (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
 
 #elif defined (CONFIG_MPC85xx)
-#include <asm/cpm_85xx.h>
-#define _POST_WORD_ADDR        (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
+#include <asm/immap_85xx.h>
+#define _POST_WORD_ADDR        (CONFIG_SYS_IMMR + offsetof(ccsr_pic_t, tfrr))
 
 #elif defined (CONFIG_4xx)
 #define _POST_WORD_ADDR \