[U-Boot-Users] [patch] Fix DDR6 errata on TQM834x boards

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

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>

In message 47F3F98010FF784EBEE6526EAAB078D1C0609F@tq-mailsrv.tq-net.de you wrote:
- Fix DDR6 errata on TQM834x boards Patch by Thomas Waehner, 7 Mar 2006
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Kumar Gala
-
Martin Krause
-
Wolfgang Denk