]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: nand: add support for mxs nand
authorTim Harvey <tharvey@gateworks.com>
Mon, 2 Jun 2014 23:13:18 +0000 (16:13 -0700)
committerStefano Babic <sbabic@denx.de>
Fri, 6 Jun 2014 08:07:25 +0000 (10:07 +0200)
commit73210dccdb41b6164a715c363c1a0e28fed1be49
tree9f125bec2849a15ca11766d98ea40236f65de63e
parent9f2ec3f5431281a480c89107cb952ca5571d78e7
spl: nand: add support for mxs nand

This utilizes existing mxs_nand support layer to provide a method to load an
image off nand for SPL. The flash device will be detected in order to support
multiple flash devices instead of having layout hard coded at build time.

Cc: Stefan Roese <sr@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Andy Ng <andreas2025@gmail.com>
Cc: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Tapani Utriainen <tapani@technexion.com>
Cc: Tom Rini <trini@ti.com>
Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
drivers/mtd/nand/Makefile
drivers/mtd/nand/mxs_nand_spl.c [new file with mode: 0644]