mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
common: Drop get_endaddr()
This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d67bdaa799
commit
533cee0a9c
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ void relocate_code(ulong);
|
|||
#else
|
||||
void relocate_code(ulong, gd_t *, ulong) __attribute__ ((noreturn));
|
||||
#endif
|
||||
ulong get_endaddr (void);
|
||||
|
||||
void s_init(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue