commit | b995d7cb2c1e47305cd7feb2513ed37d30f8edd3 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jul 21 11:08:27 2010 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Jul 23 09:54:28 2010 +0200 |
tree | 67ece77e91c2b489ccbdd53000a7a4d33176e623 | |
parent | 897d6abc50e95fb57fa6952c27deae5776ba08cc [diff] |
ppc4xx: DDR/ECC: Use correct macros to clear error status Use the correct macro instead of the hardcoded 0x4c to clear the ECC status in the 440/460 DDR(2) error status register after ECC initialization. Also the non-440 parts (405EX(r) right now) and the IBM DDR PPC variants (440GX) use a different registers to clear this error status. Use the correct ones. Signed-off-by: Stefan Roese <sr@denx.de>