[U-Boot] [PATCH v3 41/42] common: Drop get_endaddr()
Simon Glass
sjg at chromium.org
Tue Nov 12 19:42:50 UTC 2019
This is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
include/common.h | 1 -
1 file changed, 1 deletion(-)
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);
--
2.24.0.rc1.363.gb1bccd3e3d-goog
More information about the U-Boot
mailing list