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:
49c4bc3
)
bootm: add prototype for arch_preboot_os
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:58:00 +0000
(22:58 +0200)
committer
Tom Rini
<trini@ti.com>
Sat, 25 Oct 2014 19:27:36 +0000
(15:27 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
include/bootm.h
patch
|
blob
|
history
diff --git
a/include/bootm.h
b/include/bootm.h
index 694d6fc080fcc5c1b6759f6e74bdf7ba9a328755..b3d1a620daeaf0041679e5caef49adbb0be4e2e8 100644
(file)
--- a/
include/bootm.h
+++ b/
include/bootm.h
@@
-54,4
+54,6
@@
int bootm_find_ramdisk_fdt(int flag, int argc, char * const argv[]);
int do_bootm_states(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
int states, bootm_headers_t *images, int boot_progress);
+void arch_preboot_os(void);
+
#endif