bootm: add prototype for arch_preboot_os
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
49c4bc3a6c
commit
f1bd871ad1
1 changed files with 2 additions and 0 deletions
|
@ -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 do_bootm_states(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
|
||||||
int states, bootm_headers_t *images, int boot_progress);
|
int states, bootm_headers_t *images, int boot_progress);
|
||||||
|
|
||||||
|
void arch_preboot_os(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue