diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-10-10 21:59:43 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-16 09:42:51 -0400 |
commit | 137aefba0319eaa69de0707dce01d62339158d4d (patch) | |
tree | 3ed1d6bf3740e56a2f823bddf0aa2de15c604128 /include | |
parent | c68c03f52badc90951dbf8a054c0e500e04bf365 (diff) | |
download | u-boot-137aefba0319eaa69de0707dce01d62339158d4d.tar.gz |
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 <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include')
-rw-r--r-- | include/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h index 93451dd8a4..127cfc5148 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); |