Browse Source

Merge "refactor(arm): use MBEDTLS_CONFIG_FILE macro" into integration

pull/1985/head
Sandrine Bailleux 3 years ago
committed by TrustedFirmware Code Review
parent
commit
71e2ea8323
  1. 2
      plat/arm/board/juno/include/platform_def.h
  2. 2
      plat/arm/common/arm_dyn_cfg.c

2
plat/arm/board/juno/include/platform_def.h

@ -9,7 +9,7 @@
#include <drivers/arm/tzc400.h>
#if TRUSTED_BOARD_BOOT
#include <drivers/auth/mbedtls/mbedtls_config.h>
#include MBEDTLS_CONFIG_FILE
#endif
#include <plat/arm/board/common/board_css_def.h>
#include <plat/arm/board/common/v2m_def.h>

2
plat/arm/common/arm_dyn_cfg.c

@ -14,7 +14,7 @@
#include <common/desc_image_load.h>
#include <common/tbbr/tbbr_img_def.h>
#if CRYPTO_SUPPORT
#include <drivers/auth/mbedtls/mbedtls_config.h>
#include MBEDTLS_CONFIG_FILE
#endif /* CRYPTO_SUPPORT */
#include <lib/fconf/fconf.h>
#include <lib/fconf/fconf_dyn_cfg_getter.h>

Loading…
Cancel
Save