mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
arm: Show cache warnings in U-Boot proper only
Avoid bloating the SPL image size. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
982868264e
commit
bcc53bf095
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue