From: Simon Glass <sjg@chromium.org>
Date: Thu, 14 Nov 2019 19:57:49 +0000 (-0700)
Subject: common: Drop get_endaddr()
X-Git-Tag: v2025.01-rc5-pxa1908~2663^2~1
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/index.html?a=commitdiff_plain;h=533cee0a9cdccc9c65959bf2d41c3c7eb12e13f2;p=u-boot.git

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>
---

diff --git a/include/common.h b/include/common.h
index e946e4d9b7..64d0cf542e 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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);