diff options
Diffstat (limited to 'include/mpc512x.h')
-rw-r--r-- | include/mpc512x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpc512x.h b/include/mpc512x.h index 714287c..0f02293 100644 --- a/include/mpc512x.h +++ b/include/mpc512x.h @@ -573,6 +573,7 @@ void iopin_initialize(iopin_t *,int); /* Register Offset Base */ #define MPC512X_FEC (CONFIG_SYS_IMMR + 0x02800) +#define MPC512X_PATA (CONFIG_SYS_IMMR + 0x10200) /* IIM control */ #define IIM_SET_UA(bk, f) ((bk << 3) | (f >> 5)) |