From 00ce58963f28e1ab6f0c867c967e33c6de9bc3ce Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Tue, 27 Sep 2022 18:05:25 +0900 Subject: [PATCH] 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 --- 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