mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-12 22:56:45 +08:00
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:
committed by
Tom Rini
parent
f99613782a
commit
6000992e26
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user