commit | 9c36b4791fe196816caad9c6970d94d80edc4b1d | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@keymile.com> | Tue Nov 17 10:53:33 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 18 15:28:56 2015 -0500 |
tree | 670bbf660b86982b14cfae80c34a26ec0afd126c | |
parent | 8a78efcef263be0ef1e3e9cb753ff93d82db4843 [diff] |
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 <valentin.longchamp@keymile.com>