mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
removed static from images in cmd_bootm.c
This removes static modifier from images variable in cmd_bootm.c. Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
This commit is contained in:
parent
02aff558f4
commit
dee17768d4
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ static boot_os_fn *boot_os[] = {
|
||||||
#endif
|
#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 */
|
/* Allow for arch specific config before we boot */
|
||||||
void __arch_preboot_os(void)
|
void __arch_preboot_os(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue