Skip to content
Snippets Groups Projects
Commit dee17768 authored by Simon Schwarz's avatar Simon Schwarz Committed by Wolfgang Denk
Browse files

removed static from images in cmd_bootm.c


This removes static modifier from images variable in cmd_bootm.c.

Signed-off-by: default avatarSimon Schwarz <simonschwarzcor@gmail.com>
parent 02aff558
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ static boot_os_fn *boot_os[] = {
#endif
};
static bootm_headers_t images; /* pointers to os/initrd/fdt images */
bootm_headers_t images; /* pointers to os/initrd/fdt images */
/* Allow for arch specific config before we boot */
void __arch_preboot_os(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment