commit | ff02f139804f3cb61414f7bbcbfdaa0279e3efae | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Feb 01 09:38:29 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Feb 04 11:47:40 2008 +0100 |
tree | be1532999fc3bbbe69f619296fa7ea2c837903e7 | |
parent | e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1 [diff] |
ppc4xx: Fix ndfc HW ECC byte order The current ndfc HW ECC implementation swaps the first two ECC bytes. But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering, so this swapping in the HW ECC driver is bogus. This patch fixes this problem and now really uses the SMC ECC byte order. Thanks to Sean MacLennan for pointing this out. Signed-off-by: Stefan Roese <sr@denx.de>