projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4bd2ca
)
powerpc/km8309: define CONFIG_SYS_DDRCDR
author
Valentin Longchamp
<valentin.longchamp@keymile.com>
Tue, 17 Nov 2015 09:53:32 +0000
(10:53 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 18 Nov 2015 20:28:56 +0000
(15:28 -0500)
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>
include/configs/km/km8309-common.h
patch
|
blob
|
history
diff --git
a/include/configs/km/km8309-common.h
b/include/configs/km/km8309-common.h
index 5cbb348045a2b91714dfcb92c26056830de4d5ab..c880b4a9b5eae979ed3ee74edc61aa5d86525bcb 100644
(file)
--- 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 | \