[U-Boot-Users] [patch] Fix DDR6 errata on TQM834x boards
Kumar Gala
galak at kernel.crashing.org
Thu Mar 9 18:18:08 CET 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 at tqs.de>
>
> CHANGELOG:
>
> * Fix DDR6 errata on TQM834x boards
> Patch by Thomas Waehner, 7 Mar 2006
> <fix-ddr6-errata-on-tqm834x-boards.patch>
More information about the U-Boot
mailing list