projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a8b7a
)
arm926ejs: cache: use __weak
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Mon, 27 Oct 2014 19:10:06 +0000
(20:10 +0100)
committer
Tom Rini
<trini@ti.com>
Tue, 4 Nov 2014 20:01:04 +0000
(15:01 -0500)
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
arch/arm/cpu/arm926ejs/cache.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/cache.c
b/arch/arm/cpu/arm926ejs/cache.c
index e86c2edd3bbfa160d22eeb224990b40e4657ae65..8d7873c9af332fc48a2dd511f0df7f7bfcf8e4be 100644
(file)
--- a/
arch/arm/cpu/arm926ejs/cache.c
+++ b/
arch/arm/cpu/arm926ejs/cache.c
@@
-99,7
+99,4
@@
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)
- __attribute__((weak, alias("__l2_cache_disable")));
+__weak void l2_cache_disable(void) {}