commit | 6090ad861a2ed66cbf85de1b2c8cec4d6d346949 | [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 | 69804d49544315416d9da5e3f86b80a843b1a526 [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>