From 30b5f978eb3a294e18c65876df61e86d74200107 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 8 Jun 2016 19:00:23 +0100 Subject: [PATCH] Removes target_config.h file from default and thread configs target_config.h is no longer needed for target/platform configurations so this change removes it from the default and platform configurations for mbed builds. --- configs/config-thread.h | 4 ---- include/mbedtls/config.h | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/configs/config-thread.h b/configs/config-thread.h index 453b17f0a..3193a0404 100644 --- a/configs/config-thread.h +++ b/configs/config-thread.h @@ -85,10 +85,6 @@ /* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */ #define MBEDTLS_SSL_CIPHERSUITES MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8 -#if defined(TARGET_LIKE_MBED) -#include "mbedtls/target_config.h" -#endif - #include "mbedtls/check_config.h" #endif /* MBEDTLS_CONFIG_H */ diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index b1f2451ee..ab351fb6d 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -2572,11 +2572,7 @@ /* X509 options */ //#define MBEDTLS_X509_MAX_INTERMEDIATE_CA 8 /**< Maximum number of intermediate CAs in a verification chain. */ -/* \} name SECTION: Module configuration options */ - -#if defined(TARGET_LIKE_MBED) -#include "mbedtls/target_config.h" -#endif +/* \} name SECTION: Customisation configuration options */ /* * Allow user to override any previous default.