diff options
Diffstat (limited to 'include/fastboot-internal.h')
-rw-r--r-- | include/fastboot-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fastboot-internal.h b/include/fastboot-internal.h index e59c187c05c..610d4f91414 100644 --- a/include/fastboot-internal.h +++ b/include/fastboot-internal.h @@ -6,7 +6,7 @@ /** * fastboot_buf_addr - base address of the fastboot download buffer */ -extern ulong fastboot_buf_addr; +extern void *fastboot_buf_addr; /** * fastboot_buf_size - size of the fastboot download buffer |