diff options
author | Simon Glass <sjg@chromium.org> | 2024-09-29 19:49:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-11 11:44:47 -0600 |
commit | a64e7d73d62f139a3805483a36194c71a7f8b845 (patch) | |
tree | 850b8d73e4db2dccfa9a3c21ed6999c71b21cd71 /arch/arm/lib/cache.c | |
parent | 80580cd98167771a0aae4a6c4c7ffe6d7e70a155 (diff) |
log: global: Rename warn_non_spl()
This should now refer to xPL rather than SPL, so update it throughout
the tree.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/lib/cache.c')
-rw-r--r-- | arch/arm/lib/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib/cache.c b/arch/arm/lib/cache.c index b2ae74a59f1..cac2159fe1a 100644 --- a/arch/arm/lib/cache.c +++ b/arch/arm/lib/cache.c @@ -62,7 +62,7 @@ int check_cache_range(unsigned long start, unsigned long stop) ok = 0; if (!ok) { - warn_non_spl("CACHE: Misaligned operation at range [%08lx, %08lx]\n", + warn_non_xpl("CACHE: Misaligned operation at range [%08lx, %08lx]\n", start, stop); } |