]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/bootm.c
Kconfig: change CONFIG_MX* to CONFIG_SOC_MX*
[karo-tx-uboot.git] / common / bootm.c
index e2dc16486b3bf0dba90c736bba3cd3a7a0a762ee..34f60bbb5319e0fe8bea2c8ac0c5db85fdcae76f 100644 (file)
@@ -233,7 +233,7 @@ static int bootm_find_fdt(int flag, int argc, char * const argv[])
                return 1;
        }
 
-       set_working_fdt_addr(images.ft_addr);
+       set_working_fdt_addr((ulong)images.ft_addr);
 
        return 0;
 }