mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
[Blackfin][PATCH] call real the system synchronize instruction
This commit is contained in:
parent
e0df1c921b
commit
889256e860
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ extern void cf_outb(unsigned char val, volatile unsigned char *addr);
|
|||
|
||||
static inline void sync(void)
|
||||
{
|
||||
__builtin_bfin_ssync();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue