[U-Boot] [PATCH 47/49] spl: add prototype for jump_to_image_no_args
Jeroen Hofstee
jeroen at myspectrum.nl
Wed Oct 8 22:58:07 CEST 2014
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
include/spl.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/spl.h b/include/spl.h
index a7e41da..cee251f 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -72,6 +72,8 @@ void spl_sata_load_image(void);
int spl_load_image_fat(block_dev_desc_t *block_dev, int partition, const char *filename);
int spl_load_image_fat_os(block_dev_desc_t *block_dev, int partition);
+void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image);
+
#ifdef CONFIG_SPL_BOARD_INIT
void spl_board_init(void);
#endif
--
2.1.0
More information about the U-Boot
mailing list