diff options
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index db59e6f29..25bc39ceb 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -308,7 +308,6 @@ static int bootm_start(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]  		}  #if defined(CONFIG_OF_LIBFDT) -#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SPARC)  		/* find flattened device tree */  		ret = boot_get_fdt (flag, argc, argv, &images,  				    &images.ft_addr, &images.ft_len); @@ -319,7 +318,6 @@ static int bootm_start(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]  		set_working_fdt_addr(images.ft_addr);  #endif -#endif  	}  	images.os.start = (ulong)os_hdr; |