]> Git Repo - u-boot.git/commit
powerpc/km8360: fix the ODT parameters for CS0
authorValentin Longchamp <[email protected]>
Tue, 17 Nov 2015 09:53:33 +0000 (10:53 +0100)
committerTom Rini <[email protected]>
Wed, 18 Nov 2015 20:28:56 +0000 (15:28 -0500)
commit22554ba1c9d8ea4c8abda23017ccb1cee0c3358e
tree670bbf660b86982b14cfae80c34a26ec0afd126c
parentfd70858d05a29fce942b20f5a41cf1ca2ebf9014
powerpc/km8360: fix the ODT parameters for CS0

The ODT parameters for km8360 set the ODT_WR_ACS bit in u-boot KM-2011.09
that is used in the release bootpackage for kmcoge5ne. During the
transition from the kmeter1 to km8360 this was changed to
ODT_RD_ONLY_CURRENT, which is uncorrect and causes faulty RAM accesses at
low temperatures.

This is now changed to ODT_WR_ONLY_CURRENT which is the equivalent of
ODT_WR_ACS.

Signed-off-by: Valentin Longchamp <[email protected]>
include/configs/km8360.h
This page took 0.033731 seconds and 4 git commands to generate.