mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:
@ -61,8 +61,8 @@ int check_cache_range(unsigned long start, unsigned long stop)
|
|||||||
ok = 0;
|
ok = 0;
|
||||||
|
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
debug("CACHE: Misaligned operation at range [%08lx, %08lx]\n",
|
warn_non_spl("CACHE: Misaligned operation at range [%08lx, %08lx]\n",
|
||||||
start, stop);
|
start, stop);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ok;
|
return ok;
|
||||||
|
Reference in New Issue
Block a user