commit | 143997a1f9b3e16ef014be66c61fb7a51868c51e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 19 19:43:05 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:33:11 2016 -0400 |
tree | bd69dffff5187ec71ed5597398d55b87a13e23ac | |
parent | e558f6af440e3d48247b437903d30b4dfe157234 [diff] [blame] |
arm: Show cache warnings in U-Boot proper only Avoid bloating the SPL image size. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/lib/cache.c b/arch/arm/lib/cache.c index 642a952..d330b09 100644 --- a/arch/arm/lib/cache.c +++ b/arch/arm/lib/cache.c
@@ -61,8 +61,8 @@ ok = 0; if (!ok) { - debug("CACHE: Misaligned operation at range [%08lx, %08lx]\n", - start, stop); + warn_non_spl("CACHE: Misaligned operation at range [%08lx, %08lx]\n", + start, stop); } return ok;