diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2015-11-17 10:53:32 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-18 15:28:56 -0500 |
commit | fd70858d05a29fce942b20f5a41cf1ca2ebf9014 (patch) | |
tree | 6654612839b715740b2081fe67b7eea59fd4f87d /include/configs | |
parent | d4bd2ca2aaeeae41203452df3162c255b5f69fd5 (diff) | |
download | u-boot-imx-fd70858d05a29fce942b20f5a41cf1ca2ebf9014.zip u-boot-imx-fd70858d05a29fce942b20f5a41cf1ca2ebf9014.tar.gz u-boot-imx-fd70858d05a29fce942b20f5a41cf1ca2ebf9014.tar.bz2 |
powerpc/km8309: define CONFIG_SYS_DDRCDR
For consistency with all the other km83xx plaforms, this should also be
defined for km8309. The same settings as for km8321 are taken.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/km/km8309-common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/km/km8309-common.h b/include/configs/km/km8309-common.h index 5cbb348..c880b4a 100644 --- a/include/configs/km/km8309-common.h +++ b/include/configs/km/km8309-common.h @@ -98,6 +98,12 @@ HRCWH_BIG_ENDIAN | \ HRCWH_LALE_NORMAL) +#define CONFIG_SYS_DDRCDR (\ + DDRCDR_EN | \ + DDRCDR_PZ_MAXZ | \ + DDRCDR_NZ_MAXZ | \ + DDRCDR_M_ODR) + #define CONFIG_SYS_DDR_CS0_BNDS 0x0000007f #define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SDRAM_TYPE_DDR2 | \ SDRAM_CFG_32_BE | \ |