projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02aff55
)
removed static from images in cmd_bootm.c
author
Simon Schwarz
<simonschwarzcor@googlemail.com>
Fri, 2 Sep 2011 00:50:31 +0000
(
00:50
+0000)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 21 Oct 2011 21:56:17 +0000
(23:56 +0200)
This removes static modifier from images variable in cmd_bootm.c.
Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
common/cmd_bootm.c
patch
|
blob
|
history
diff --git
a/common/cmd_bootm.c
b/common/cmd_bootm.c
index
ece1b9a
..
17dfadb
100644
(file)
--- a/
common/cmd_bootm.c
+++ b/
common/cmd_bootm.c
@@
-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)