diff options
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 2ac576307..f3f960393 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -623,7 +623,7 @@ do_bootm_linux (cmd_tbl_t *cmdtp, int flag,  	 */  	(*kernel) (kbd, initrd_start, initrd_end, cmd_start, cmd_end);  } -#endif /* CONFIG_ARM */ +#endif /* CONFIG_PPC */  static void  do_bootm_netbsd (cmd_tbl_t *cmdtp, int flag, |