Skip to content
Commit 91da09cf authored by Stefan Roese's avatar Stefan Roese
Browse files

NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c



This patch adds hardware ECC support to the NDFC driver. It also
changes the register access from using the "simple" in32/out32
functions to the in_be32/out_be32 functions, which make sure
that the access is correctly synced. This is the only recommended
access to SoC registers in the current Linux kernel.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 17b5e862
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment