Skip to content
Snippets Groups Projects
Commit 0008555f authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

bootm: mark local boot_os[] table static

parent a8fa379d
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ int do_bootelf (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); ...@@ -129,7 +129,7 @@ int do_bootelf (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
static boot_os_fn do_bootm_integrity; static boot_os_fn do_bootm_integrity;
#endif #endif
boot_os_fn * boot_os[] = { static boot_os_fn *boot_os[] = {
#ifdef CONFIG_BOOTM_LINUX #ifdef CONFIG_BOOTM_LINUX
[IH_OS_LINUX] = do_bootm_linux, [IH_OS_LINUX] = do_bootm_linux,
#endif #endif
......
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