Skip to content
Snippets Groups Projects
Commit 8790ac03 authored by York Sun's avatar York Sun Committed by Kumar Gala
Browse files

Setup POST word for generic mpc85xx


Using PIC TFRR register for post word load/store for generic MPC85xx.

Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent ebbe11dd
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR) #define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
#elif defined (CONFIG_MPC85xx) #elif defined (CONFIG_MPC85xx)
#include <asm/cpm_85xx.h> #include <asm/immap_85xx.h>
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR) #define _POST_WORD_ADDR (CONFIG_SYS_IMMR + offsetof(ccsr_pic_t, tfrr))
#elif defined (CONFIG_4xx) #elif defined (CONFIG_4xx)
#define _POST_WORD_ADDR \ #define _POST_WORD_ADDR \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment