]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Allow ATF to work when dcache is disabled
authorSimon Glass <sjg@chromium.org>
Thu, 27 Jun 2024 08:29:47 +0000 (09:29 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 28 Jun 2024 19:54:52 +0000 (13:54 -0600)
commit024767e66dbe18971e4439b804de96f85462b3e4
tree297b19bb6ff1c7ecfa9f3f8b4f387b6e66eddddd
parentac91baea6d8292295aeb63c40ec4261d7c47217e
spl: Allow ATF to work when dcache is disabled

The dcache may not be enabled in SPL. Add a check to avoid trying to
use an undefined function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/spl_atf.c