]> git.ipfire.org Git - people/ms/u-boot.git/commit
SPL: ONENAND: Support SPL to boot u-boot from OneNAND.
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>
Thu, 7 Feb 2013 23:14:48 +0000 (23:14 +0000)
committerTom Rini <trini@ti.com>
Mon, 11 Mar 2013 15:05:49 +0000 (11:05 -0400)
commit6000992e265f507a18b0dcbcf2a89179822b42c4
treed82925cbd37b98c2bc1e7d6f6cb035391eea3476
parentf99613782a41dbf1b91c19684fe9556ed02ec6d1
SPL: ONENAND: Support SPL to boot u-boot from OneNAND.

This patch will allow use SPL to boot an u-boot from the OneNAND.

Tested with IGEPv2 board with a OneNAND from Numonyx

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
[trini: Add <spl.h> hunk to fix warning]
Signed-off-by: Tom Rini <trini@ti.com>
common/spl/Makefile
common/spl/spl.c
common/spl/spl_onenand.c [new file with mode: 0644]
include/spl.h