mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-23 23:01:30 +00:00
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>
This commit is contained in:
parent
457e51cffd
commit
d757975737
1 changed files with 0 additions and 5 deletions
|
@ -438,11 +438,6 @@ void relocate_code(ulong, gd_t *, ulong) __attribute__ ((noreturn));
|
||||||
ulong get_endaddr (void);
|
ulong get_endaddr (void);
|
||||||
void trap_init (ulong);
|
void trap_init (ulong);
|
||||||
|
|
||||||
#if defined (CONFIG_MICROBLAZE)
|
|
||||||
unsigned short in16(unsigned int);
|
|
||||||
void out16(unsigned int, unsigned short value);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* $(CPU)/cpu.c */
|
/* $(CPU)/cpu.c */
|
||||||
static inline int cpumask_next(int cpu, unsigned int mask)
|
static inline int cpumask_next(int cpu, unsigned int mask)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue