summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2019-11-14 12:57:49 -0700
committerTom Rini <[email protected]>2019-12-02 18:25:25 -0500
commit533cee0a9cdccc9c65959bf2d41c3c7eb12e13f2 (patch)
tree74efef228a234fe181057e80531c9aa376930cc9 /include/common.h
parentd67bdaa7999944001391fc238f00dfbaf7e9929a (diff)
common: Drop get_endaddr()
This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index e946e4d9b7f..64d0cf542e8 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);