samples: net: http_server: Disable mbedtls
Sanitycheck cannot link the result qemu binary because it is too large. As a workaround, disable mbedtls to get the linking pass. .../real-ld: zephyr.elf section `noinit' will not fit in region `RAM' .../real-ld: region `RAM' overflowed by 192 bytes collect2: error: ld returned 1 exit status Change-Id: I543571505ab9412db7eac101848c6032d1550d79 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
6828412f27
commit
b1aadd0b3a
|
@ -32,6 +32,6 @@ CONFIG_NET_SAMPLES_MY_IPV4_ADDR="192.0.2.1"
|
|||
|
||||
CONFIG_NET_MAX_CONTEXTS=16
|
||||
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_BUILTIN=y
|
||||
CONFIG_MBEDTLS_CFG_FILE="config-mini-tls1_2.h"
|
||||
#CONFIG_MBEDTLS=y
|
||||
#CONFIG_MBEDTLS_BUILTIN=y
|
||||
#CONFIG_MBEDTLS_CFG_FILE="config-mini-tls1_2.h"
|
||||
|
|
Loading…
Reference in a new issue