git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3403e6
)
arm: cache: Drop a stale comment
author
Simon Glass
<sjg@chromium.org>
Fri, 20 Sep 2024 07:24:34 +0000
(09:24 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 3 Oct 2024 17:52:16 +0000
(11:52 -0600)
This header includes more than just dummy functions, so drop this
comment.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/cache.c
patch
|
blob
|
history
diff --git
a/arch/arm/lib/cache.c
b/arch/arm/lib/cache.c
index
b2ae74a
..
648edf3
100644
(file)
--- a/
arch/arm/lib/cache.c
+++ b/
arch/arm/lib/cache.c
@@
-4,8
+4,6
@@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-/* for now: just dummy functions to satisfy the linker */
-
#include <config.h>
#include <cpu_func.h>
#include <log.h>