diff options
| author | Simon Glass <[email protected]> | 2024-09-20 09:24:34 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-03 11:52:16 -0600 |
| commit | 861df831d3d2d20b6e665fef08cca770ef5c99bb (patch) | |
| tree | 38e7c13bdb48b850b305ce35252550f3d934060f | |
| parent | a3403e6fbf80412a04ddbb033b3235aa03b04efa (diff) | |
arm: cache: Drop a stale comment
This header includes more than just dummy functions, so drop this
comment.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/arm/lib/cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/lib/cache.c b/arch/arm/lib/cache.c index b2ae74a59f1..648edf308f6 100644 --- a/arch/arm/lib/cache.c +++ b/arch/arm/lib/cache.c @@ -4,8 +4,6 @@ * Wolfgang Denk, DENX Software Engineering, [email protected]. */ -/* for now: just dummy functions to satisfy the linker */ - #include <config.h> #include <cpu_func.h> #include <log.h> |
