summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorTuomas Tynkkynen <[email protected]>2017-10-10 21:59:43 +0300
committerTom Rini <[email protected]>2017-10-16 09:42:51 -0400
commit137aefba0319eaa69de0707dce01d62339158d4d (patch)
tree3ed1d6bf3740e56a2f823bddf0aa2de15c604128 /include/image.h
parentc68c03f52badc90951dbf8a054c0e500e04bf365 (diff)
common: Remove genimg_get_image()
Removal of the legacy DataFlash code turned genimg_get_image() into a no-op. Drop all calls to it and the function itself. Signed-off-by: Tuomas Tynkkynen <[email protected]>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index 93451dd8a40..127cfc51489 100644
--- a/include/image.h
+++ b/include/image.h
@@ -558,7 +558,6 @@ ulong genimg_get_kernel_addr_fit(char * const img_addr,
ulong genimg_get_kernel_addr(char * const img_addr);
int genimg_get_format(const void *img_addr);
int genimg_has_config(bootm_headers_t *images);
-ulong genimg_get_image(ulong img_addr);
int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
uint8_t arch, const ulong *ld_start, ulong * const ld_len);