]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 e6403cad1f51afd3b0d5350fcdfc5ca177f799b5..d3ff1d143b04d51b82c35b1b6ac0a9592ea67347 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;