u-boot/include/asm-arm/arch-davinci
David Brownell 6e29ed8e57 davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option.  It's not just nasty;
it's also unused by any current boards, and doesn't even match the
main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
on newer chips that support it).

DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
match non-BROKEN code paths for 1-bit HW ECC.  The BROKEN code paths
do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
and 5.0/2.6.18) do ... but only for small pages.  Large page support
is really broken (and it's unclear just what software it was trying
to match!), and the ECC layout was making three more bytes available
for use by filesystem (or whatever) code.

Since this option itself seems broken, remove it.  Add a comment
about the MV/TI compat issue, and the most straightforward way to
address it (should someone really need to solve it).

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2009-07-07 17:58:01 -05:00
..
emac_defs.h DaVinci Network Driver Updates 2009-06-15 00:13:55 -07:00
emif_defs.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
hardware.h ARM DaVinci: Minor Updates to base addresses 2009-06-12 20:39:50 +02:00
i2c_defs.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
nand_defs.h davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC) 2009-07-07 17:58:01 -05:00