summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:23:11 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 18:13:00 (GMT)
commitd7579757378466fa3e091df9e86b4be87dc4ed1b (patch)
tree15e54a661f7a1d337236bfd7673882496586b43e /include/common.h
parent457e51cffdacf117c2afdd09d9bfc2f8df7314cb (diff)
downloadu-boot-d7579757378466fa3e091df9e86b4be87dc4ed1b.tar.xz
common: microblaze: Drop arch-specific declarations
These are not needed and should not be in common.h. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/common.h b/include/common.h
index a413f1a..638c45b 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)
{