From 137aefba0319eaa69de0707dce01d62339158d4d Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 10 Oct 2017 21:59:43 +0300 Subject: 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 --- include/image.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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); -- cgit