diff options
author | york <yorksun@freescale.com> | 2010-07-02 22:25:54 +0000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-26 13:16:09 -0500 |
commit | 7fd101c97b58dab7b0bd87f30c3dedb0db21d15f (patch) | |
tree | fe0f75ff8b46b1bc0367f6c600418a596eaee446 /arch/powerpc/include/asm | |
parent | 5800e7ab32c200836e81ab2384817d93105561c5 (diff) | |
download | u-boot-imx-7fd101c97b58dab7b0bd87f30c3dedb0db21d15f.zip u-boot-imx-7fd101c97b58dab7b0bd87f30c3dedb0db21d15f.tar.gz u-boot-imx-7fd101c97b58dab7b0bd87f30c3dedb0db21d15f.tar.bz2 |
powerpc/8xxx: Enabled address hashing for 85xx
For 85xx silicon which supports address hashing, it can be activated by
hwconfig.
Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/fsl_ddr_sdram.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_ddr_sdram.h b/arch/powerpc/include/asm/fsl_ddr_sdram.h index 431327e..d576eb8 100644 --- a/arch/powerpc/include/asm/fsl_ddr_sdram.h +++ b/arch/powerpc/include/asm/fsl_ddr_sdram.h @@ -119,6 +119,7 @@ typedef struct fsl_ddr_cfg_regs_s { unsigned int ddr_sr_cntr; unsigned int ddr_sdram_rcw_1; unsigned int ddr_sdram_rcw_2; + unsigned int ddr_eor; } fsl_ddr_cfg_regs_t; typedef struct memctl_options_partial_s { @@ -156,6 +157,7 @@ typedef struct memctl_options_s { unsigned int memctl_interleaving; unsigned int memctl_interleaving_mode; unsigned int ba_intlv_ctl; + unsigned int addr_hash; /* Operational mode parameters */ unsigned int ECC_mode; /* Use ECC? */ |