mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user