projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
457e51c
)
common: microblaze: Drop arch-specific declarations
author
Simon Glass
<sjg@chromium.org>
Wed, 17 May 2017 14:23:11 +0000
(08:23 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 5 Jun 2017 18:13:00 +0000
(14:13 -0400)
These are not needed and should not be in common.h. Drop them.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index a413f1ae9ba86725e94952155fa031c53ff684ba..638c45b954d22a2df3e704e010ee8c90dd20a90e 100644
(file)
--- 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)
{