Skip to content

Commit

Permalink
mx7_common: Fix SPL compilation with secure boot support enabled
Browse files Browse the repository at this point in the history
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: Eran Matityahu <[email protected]>
  • Loading branch information
eranmati authored and sbabic committed Mar 29, 2018
1 parent 7906ed4 commit dad75e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/configs/mx7_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit dad75e2

Please sign in to comment.