mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-31 10:16:30 -04:00
[Blackfin][PATCH] call real the system synchronize instruction
This commit is contained in:
parent
e0df1c921b
commit
889256e860
@ -37,6 +37,7 @@ extern void cf_outb(unsigned char val, volatile unsigned char *addr);
|
||||
|
||||
static inline void sync(void)
|
||||
{
|
||||
__builtin_bfin_ssync();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user