mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-24 07:11:24 +02: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
|
||||
*/
|
||||
void __l2_cache_disable(void)
|
||||
{
|
||||
}
|
||||
void __l2_cache_disable(void) {}
|
||||
|
||||
void l2_cache_disable(void)
|
||||
__attribute__((weak, alias("__l2_cache_disable")));
|
||||
|
Loading…
x
Reference in New Issue
Block a user