]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/bootm.c
usb: dwc3: add dwc3 folder from linux kernel to u-boot
[people/ms/u-boot.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;
 }