commit | 037e2e3b04c3b0b94c505b3080e553226bdc0c65 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Nov 18 12:48:07 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:38 2011 +0100 |
tree | d9ad7815affc5e3d4c7987e8a1a94c343070858b | |
parent | 05800b9e60d04742b66a801772988b8c2c6f221c [diff] |
OMAP3 SPL: Add identify_nand_chip function A number of boards are populated with a PoP chip for both DDR and NAND memory. Other boards may simply use this as an easy way to identify board revs. So we provide a function that can be called early to reset the NAND chip and return the result of NAND_CMD_READID. All of this code is put into spl_id_nand.c and controlled via CONFIG_SPL_OMAP3_ID_NAND. Signed-off-by: Tom Rini <trini@ti.com>