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>
This commit is contained in:
Simon Glass
2023-02-05 15:39:59 -07:00
committed by Tom Rini
parent 96e3b52b24
commit 91c50987fb

View File

@@ -123,7 +123,7 @@ int board_init(void)
{
init_final_memctl_regs();
if (CONFIG_IS_ENABLED(FSL_CAAM))
if (IS_ENABLED(CONFIG_FSL_CAAM))
sec_init();
return 0;