diff options
Diffstat (limited to 'arch/arm/lib/bootm.c')
| -rw-r--r-- | arch/arm/lib/bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index b27266c7a19..c3c1d2fdfa2 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -437,7 +437,7 @@ void boot_prep_vxworks(bootm_headers_t *images)  	if (images->ft_addr) {  		off = fdt_path_offset(images->ft_addr, "/memory"); -		if (off < 0) { +		if (off > 0) {  			if (arch_fixup_fdt(images->ft_addr))  				puts("## WARNING: fixup memory failed!\n");  		} | 
