diff options
author | York Sun <yorksun@freescale.com> | 2013-04-18 19:31:01 -0700 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-06-20 16:09:09 -0500 |
commit | 061ffedaafb0a010e19ea386e3f428a4b6419c30 (patch) | |
tree | d6248a3d5c2018e91d671b11c13092430125e99a /arch | |
parent | 1d2949aeb3a542ec0fd49c98b54fe5590d8ff238 (diff) |
powerpc/BSC9132: Add IFC bank count
BSC9132 has 3 IFC banks.
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/config_mpc85xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index ba832ecb7cf..f1b3c35b35e 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -508,6 +508,7 @@ #define CONFIG_TSECV2 #define CONFIG_SYS_FSL_SEC_COMPAT 4 #define CONFIG_NUM_DDR_CONTROLLERS 2 +#define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 #define CONFIG_NAND_FSL_IFC #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |