This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 00ce58963f28e1ab6f0c867c967e33c6de9bc3ce Author: Masayuki Ishikawa <[email protected]> AuthorDate: Tue Sep 27 18:05:25 2022 +0900 boards: icicle: Fix license information to use the OpenSBI Summary: - I noticed that the OpenSBI library depends on the BSD license - This commit fixes this issue Impact: - None Testing: - Build only Signed-off-by: Masayuki Ishikawa <[email protected]> --- boards/risc-v/mpfs/icicle/configs/opensbi/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig b/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig index addd139f26..9ad03ce50d 100644 --- a/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig +++ b/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig @@ -6,6 +6,7 @@ # modifications. # # CONFIG_DISABLE_OS_API is not set +CONFIG_ALLOW_BSD_COMPONENTS=y CONFIG_ARCH="risc-v" CONFIG_ARCH_BOARD="icicle" CONFIG_ARCH_BOARD_COMMON=y
