commit | 8b374d686c84a7723076ecfc871137a8401556b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:39:59 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:26 2023 -0500 |
tree | 367cad1c27d33dcde10468f69d48c57c61337a33 | |
parent | 703f5bded41874bd811b14476f9319658675be98 [diff] |
Correct SPL use of FSL_CAAM This converts 1 usage of this option to the non-SPL form, since there is no SPL_FSL_CAAM defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/traverse/ten64/ten64.c b/board/traverse/ten64/ten64.c index e6403ca..d3ff1d1 100644 --- a/board/traverse/ten64/ten64.c +++ b/board/traverse/ten64/ten64.c
@@ -123,7 +123,7 @@ { init_final_memctl_regs(); - if (CONFIG_IS_ENABLED(FSL_CAAM)) + if (IS_ENABLED(CONFIG_FSL_CAAM)) sec_init(); return 0;