diff options
| author | Kumar Gala <[email protected]> | 2012-08-17 08:20:24 +0000 |
|---|---|---|
| committer | Andy Fleming <[email protected]> | 2012-08-23 12:16:55 -0500 |
| commit | 50d96e95b454202f96994dd588925379382866aa (patch) | |
| tree | 5bc6e0ec7c51ab186b5f59bce2587fe6cd9f4183 | |
| parent | 5b6b85ae639e5c7e822970bdb29337d9e4b16e28 (diff) | |
Add IFC offset for DPAA/Corenet platforms
Signed-off-by: Kumar Gala <[email protected]>
Signed-off-by: York Sun <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
| -rw-r--r-- | arch/powerpc/include/asm/immap_85xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h index e2f3ae9ab50..412244eaad4 100644 --- a/arch/powerpc/include/asm/immap_85xx.h +++ b/arch/powerpc/include/asm/immap_85xx.h @@ -2631,6 +2631,7 @@ struct ccsr_rman { #define CONFIG_SYS_MPC85xx_ESPI_OFFSET 0x110000 #define CONFIG_SYS_MPC85xx_ESDHC_OFFSET 0x114000 #define CONFIG_SYS_MPC85xx_LBC_OFFSET 0x124000 +#define CONFIG_SYS_MPC85xx_IFC_OFFSET 0x124000 #define CONFIG_SYS_MPC85xx_GPIO_OFFSET 0x130000 #define CONFIG_SYS_FSL_CORENET_RMAN_OFFSET 0x1e0000 #define CONFIG_SYS_MPC85xx_PCIE1_OFFSET 0x200000 |
