]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix ndfc HW ECC byte order
authorStefan Roese <sr@denx.de>
Fri, 1 Feb 2008 08:38:29 +0000 (09:38 +0100)
committerStefan Roese <sr@denx.de>
Mon, 4 Feb 2008 10:47:40 +0000 (11:47 +0100)
commitff02f139804f3cb61414f7bbcbfdaa0279e3efae
treebe1532999fc3bbbe69f619296fa7ea2c837903e7
parente1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
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>
cpu/ppc4xx/ndfc.c