]> Git Repo - u-boot.git/blobdiff - cmd/fastboot.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[u-boot.git] / cmd / fastboot.c
index 792e83d372c37b5b8fc262aaa87104bbc205f0bf..d4cfc0c7a282b8697f50c207fa8cb46171797ee1 100644 (file)
@@ -6,7 +6,6 @@
  * (C) Copyright 2014 Linaro, Ltd.
  * Rob Herring <[email protected]>
  */
-#include <common.h>
 #include <command.h>
 #include <console.h>
 #include <g_dnl.h>
@@ -159,7 +158,7 @@ NXTARG:
                return CMD_RET_USAGE;
        }
 
-       fastboot_init(buf_addr, buf_size);
+       fastboot_init((void *)buf_addr, buf_size);
 
        if (!strcmp(argv[1], "udp"))
                return do_fastboot_udp(argc, argv, buf_addr, buf_size);
This page took 0.025756 seconds and 4 git commands to generate.