commit | bcc53bf095893fbdae531a9a7b5d4ef4a125a7fc | [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 | 982868264e7c61964bd392b10b2370f6757b14dc [diff] |
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;