X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6_common.h;h=d28654b2ed291ec7968d468d0f52420431b06889;hb=e22685d2b6ba337f20bc2d4f815f14e7c87f98bd;hp=411316dc3abab08f8cd8b97f63fa66fca38c84ba;hpb=436baaa2f58b06dded81388853d0ae1277af5bbe;p=oweals%2Fu-boot.git diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 411316dc3a..d28654b2ed 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -91,4 +91,13 @@ #define CONFIG_CMD_FUSE #define CONFIG_MXC_OCOTP +/* Secure boot (HAB) support */ +#ifdef CONFIG_SECURE_BOOT +#define CONFIG_CSF_SIZE 0x2000 +#define CONFIG_SYS_FSL_SEC_COMPAT 4 +#define CONFIG_FSL_CAAM +#define CONFIG_CMD_DEKBLOB +#define CONFIG_SYS_FSL_SEC_LE +#endif + #endif