commit | 6c1616a2d0b29fc5ba6aa22680fe31d8494661f6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Nov 03 11:36:26 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Nov 24 23:40:03 2009 +0100 |
tree | 444fba07e726d2ff4cd0a29e5fe18ef9c85830f1 | |
parent | e83cc3652688e8a7695adfe90e06e5e27deadb02 [diff] |
bootm: mark local boot_os[] table static Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 32fd9bb..401bf27 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c
@@ -129,7 +129,7 @@ static boot_os_fn do_bootm_integrity; #endif -boot_os_fn * boot_os[] = { +static boot_os_fn *boot_os[] = { #ifdef CONFIG_BOOTM_LINUX [IH_OS_LINUX] = do_bootm_linux, #endif