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>
This commit is contained in:
Enric Balletbo i Serra
2013-02-07 23:14:48 +00:00
committed by Tom Rini
parent f99613782a
commit 6000992e26
4 changed files with 56 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ void spl_display_print(void);
/* NAND SPL functions */
void spl_nand_load_image(void);
/* OneNAND SPL functions */
void spl_onenand_load_image(void);
/* NOR SPL functions */
void spl_nor_load_image(void);