commit | 15d67a5973eea804c2ba61beb6b6cf9a0ef63503 | [log] [tgz] |
---|---|---|
author | Ilya Yanok <ilya.yanok@cogentembedded.com> | Tue Nov 06 13:06:34 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Dec 10 08:54:02 2012 -0700 |
tree | e0f9a962455c371831356013270b97d787c118a9 | |
parent | e561251a864f7af7d67cdad79ea68a13a876ec4d [diff] |
am33xx_spl_bch: simple SPL nand loader for AM33XX AM33XX with BCH8 can't work with nand_spl_simple correctly because custom read_page implementation is required for proper syndrome generation. This simple driver mostly duplicates nand_spl_simple but has nand_read_page changed to suit our needs. Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>