mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-23 05:36:29 -04:00
ARM926EJS: Fix cache.c to comply with checkpatch.pl
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
parent
c6201553ba
commit
2694bb9bcc
@ -114,8 +114,7 @@ void flush_cache(unsigned long start, unsigned long size)
|
|||||||
/*
|
/*
|
||||||
* Stub implementations for l2 cache operations
|
* Stub implementations for l2 cache operations
|
||||||
*/
|
*/
|
||||||
void __l2_cache_disable(void)
|
void __l2_cache_disable(void) {}
|
||||||
{
|
|
||||||
}
|
|
||||||
void l2_cache_disable(void)
|
void l2_cache_disable(void)
|
||||||
__attribute__((weak, alias("__l2_cache_disable")));
|
__attribute__((weak, alias("__l2_cache_disable")));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user