Skip to content
Snippets Groups Projects
Commit dad75e24 authored by Eran Matityahu's avatar Eran Matityahu Committed by Stefano Babic
Browse files

mx7_common: Fix SPL compilation with secure boot support enabled


The SPL MISC driver support must be enabled, so that the driver can use OTP fuse
to check if HAB is enabled.

Signed-off-by: default avatarEran Matityahu <eran.m@variscite.com>
parent 7906ed4f
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@
/* Secure boot (HAB) support */
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CSF_SIZE 0x2000
#ifdef CONFIG_SPL_BUILD
#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
#endif
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment