commit | f1bd871ad1583a4b5db35b7cc9d1a66c7b88b6e6 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:58:00 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:36 2014 -0400 |
tree | 398242fe3172aded64ac9779d1ced473bf295df6 | |
parent | 49c4bc3a6c6ca635550bf1a54526c5899a3a353f [diff] [blame] |
bootm: add prototype for arch_preboot_os Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/include/bootm.h b/include/bootm.h index 694d6fc..b3d1a62 100644 --- a/include/bootm.h +++ b/include/bootm.h
@@ -54,4 +54,6 @@ 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