commit | ce6b2ef6f140e0e92f790c668155a02df30606b2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 20 09:24:34 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 03 11:52:16 2024 -0600 |
tree | 38e7c13bdb48b850b305ce35252550f3d934060f | |
parent | 699f8a0de62d96a97be58d5d9d4c1ca1a4724907 [diff] |
arm: cache: Drop a stale comment This header includes more than just dummy functions, so drop this comment. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/lib/cache.c b/arch/arm/lib/cache.c index b2ae74a..648edf3 100644 --- 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>