commit | 0ddc5a2dee424be8522fa1d68685dd2eb91f9887 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Sep 02 11:10:59 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 17:15:14 2015 -0400 |
tree | bcdb72a432f3271784da534853302a353fe33e29 | |
parent | da53ba0219c65c11a673ec11c0c2ad371c74251f [diff] |
arm: spear: Add BCH4 SW support to SPEAr600 x600 board This board is equipped with a Micron NAND chip (MT29F1G08ABADAH4) that needs 4-bit ECC. But the SPEAr600 only supports 1-bit HW ECC internally. This patch enables the SW 4-bit BCH support for this board. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Viresh Kumar <viresh.kumar@linaro.org>