Skip to content
Snippets Groups Projects
Commit d7579757 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

common: microblaze: Drop arch-specific declarations


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 457e51cf
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment