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>
This commit is contained in:
committed by
Tom Rini
parent
c68c03f52b
commit
137aefba03
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user