]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx_spl_bch: simple SPL nand loader for AM33XX
authorIlya Yanok <ilya.yanok@cogentembedded.com>
Tue, 6 Nov 2012 13:06:34 +0000 (13:06 +0000)
committerTom Rini <trini@ti.com>
Mon, 10 Dec 2012 15:54:02 +0000 (08:54 -0700)
commit5846b11e8810f0ecc15e78b383b7709b9b785580
treee0f9a962455c371831356013270b97d787c118a9
parentc3754e9cc23af1bbd15fb10034c0e7c8ee62b110
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>
drivers/mtd/nand/Makefile
drivers/mtd/nand/am335x_spl_bch.c [new file with mode: 0644]