Skip to content
Snippets Groups Projects
Commit fd70858d authored by Valentin Longchamp's avatar Valentin Longchamp Committed by Tom Rini
Browse files

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: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
parent d4bd2ca2
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,12 @@ ...@@ -98,6 +98,12 @@
HRCWH_BIG_ENDIAN | \ HRCWH_BIG_ENDIAN | \
HRCWH_LALE_NORMAL) 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_CS0_BNDS 0x0000007f
#define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SDRAM_TYPE_DDR2 | \ #define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SDRAM_TYPE_DDR2 | \
SDRAM_CFG_32_BE | \ SDRAM_CFG_32_BE | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment