projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeb8055
)
spl: add prototype for jump_to_image_no_args
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:58:07 +0000
(22:58 +0200)
committer
Tom Rini
<trini@ti.com>
Sat, 25 Oct 2014 19:27:37 +0000
(15:27 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
include/spl.h
patch
|
blob
|
history
diff --git
a/include/spl.h
b/include/spl.h
index a7e41da7fd4980ef2362816a63d8680cc26ef1b9..cee251faf7dcec67794b0d24f3e2b4a9fea514fb 100644
(file)
--- 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