[U-Boot] [PATCH 38/38] common: microblaze: Drop arch-specific declarations

Simon Glass sjg at chromium.org
Wed May 17 14:23:11 UTC 2017


These are not needed and should not be in common.h. Drop them.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/common.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/common.h b/include/common.h
index a413f1ae9b..638c45b954 100644
--- a/include/common.h
+++ b/include/common.h
@@ -438,11 +438,6 @@ void	relocate_code(ulong, gd_t *, ulong) __attribute__ ((noreturn));
 ulong	get_endaddr   (void);
 void	trap_init     (ulong);
 
-#if defined (CONFIG_MICROBLAZE)
-unsigned short	in16(unsigned int);
-void		out16(unsigned int, unsigned short value);
-#endif
-
 /* $(CPU)/cpu.c */
 static inline int cpumask_next(int cpu, unsigned int mask)
 {
-- 
2.13.0.303.g4ebf302169-goog



More information about the U-Boot mailing list