summaryrefslogtreecommitdiffstats
path: root/include/bootm.h
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:58:00 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:36 -0400
commitf1bd871ad1583a4b5db35b7cc9d1a66c7b88b6e6 (patch)
tree398242fe3172aded64ac9779d1ced473bf295df6 /include/bootm.h
parent49c4bc3a6c6ca635550bf1a54526c5899a3a353f (diff)
downloadblackbird-obmc-uboot-f1bd871ad1583a4b5db35b7cc9d1a66c7b88b6e6.tar.gz
blackbird-obmc-uboot-f1bd871ad1583a4b5db35b7cc9d1a66c7b88b6e6.zip
bootm: add prototype for arch_preboot_os
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/bootm.h')
-rw-r--r--include/bootm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootm.h b/include/bootm.h
index 694d6fc080..b3d1a620da 100644
--- 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
OpenPOWER on IntegriCloud