
9 Mar
2006
9 Mar
'06
6:18 p.m.
Why dont you make this a runtime check since I believe this errata is suppose to be fixed in rev2.0
Something like:
if (((get_pvr() >> 4) & 0xf) == 1) { ... }
On Mar 9, 2006, at 4:15 AM, Martin Krause wrote:
This patch fixes the DDR6 errata (described in the document MPC8349E Device Errata Rev.8, 2/2006) on the TQM834x boards.
Signed-off-by: Martin Krause martin.krause@tqs.de
CHANGELOG:
- Fix DDR6 errata on TQM834x boards Patch by Thomas Waehner, 7 Mar 2006
<fix-ddr6-errata-on-tqm834x-boards.patch>