Skip to content
Snippets Groups Projects
Commit bcc53bf0 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

arm: Show cache warnings in U-Boot proper only


Avoid bloating the SPL image size.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 98286826
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,8 @@ int check_cache_range(unsigned long start, unsigned long stop)
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment