]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(brcm): fix the build failure with mbedTLS config
authorManish V Badarkhe <manish.badarkhe@arm.com>
Wed, 9 Mar 2022 14:12:34 +0000 (14:12 +0000)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Wed, 9 Mar 2022 18:03:11 +0000 (18:03 +0000)
commit95b5c0126b802b894ea0177d973978e06b6a254d
treebbaf2f6a9bb0fc5309022bae3dd65b462d51946d
parentfee7b2d3b4dc4fcf225c5191a7aad8427489ef64
fix(brcm): fix the build failure with mbedTLS config

Patch [1] introduces a mechanism to provide the platform
specified mbedTLS config file, but that result in build failure
for Broadcom platform.
This build failure is due to the absence of the mbedTLS configuration
file i.e. brcm_mbedtls_config.h in the TF-A source code repository.
"fatal error: brcm_mbedtls_config.h: No such file or directory"

This problem was resolved by removing the 'brcm_mbedtls_config.h' entry
from the broadcom platform makefile, allowing this platform to use
the default mbedtls_config.h file.

[1]: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/13726

Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com>
Change-Id: I7cc2efc049aefd3ebce1ae513df9b265fe31ded6
plat/brcm/board/common/board_common.mk