mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit
26af162ac8
("arch: m68k: Implement relocation")
Remove now unused NEEDS_MANUAL_RELOC code.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
47512b2e26
commit
a8246503b1
1 changed files with 0 additions and 7 deletions
|
@ -81,13 +81,6 @@ struct bmp_image *gunzip_bmp(unsigned long addr, unsigned long *lenp,
|
|||
return bmp;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_NEEDS_MANUAL_RELOC
|
||||
void bmp_reloc(void)
|
||||
{
|
||||
fixup_cmdtable(cmd_bmp_sub, ARRAY_SIZE(cmd_bmp_sub));
|
||||
}
|
||||
#endif
|
||||
|
||||
int bmp_info(ulong addr)
|
||||
{
|
||||
struct bmp_image *bmp = (struct bmp_image *)map_sysmem(addr, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue