From: Jeroen Hofstee Date: Wed, 8 Oct 2014 20:58:00 +0000 (+0200) Subject: bootm: add prototype for arch_preboot_os X-Git-Tag: v2015.01-rc1~138 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f1bd871ad1583a4b5db35b7cc9d1a66c7b88b6e6;p=u-boot bootm: add prototype for arch_preboot_os Signed-off-by: Jeroen Hofstee --- 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