Correct SPL use of FSL_CAAM
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:59 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
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>
board/traverse/ten64/ten64.c

index e6403ca..d3ff1d1 100644 (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;