|
@@ -58,6 +58,7 @@ u32 spl_boot_mode(void);
|
|
void spl_set_header_raw_uboot(void);
|
|
void spl_set_header_raw_uboot(void);
|
|
int spl_parse_image_header(const struct image_header *header);
|
|
int spl_parse_image_header(const struct image_header *header);
|
|
void spl_board_prepare_for_linux(void);
|
|
void spl_board_prepare_for_linux(void);
|
|
|
|
+void spl_board_prepare_for_boot(void);
|
|
void __noreturn jump_to_image_linux(void *arg);
|
|
void __noreturn jump_to_image_linux(void *arg);
|
|
int spl_start_uboot(void);
|
|
int spl_start_uboot(void);
|
|
void spl_display_print(void);
|
|
void spl_display_print(void);
|