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 <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2022-09-27 18:05:25 +09:00 committed by Petro Karashchenko
parent 0cd896b1d5
commit 00ce58963f

View File

@ -6,6 +6,7 @@
# modifications. # modifications.
# #
# CONFIG_DISABLE_OS_API is not set # CONFIG_DISABLE_OS_API is not set
CONFIG_ALLOW_BSD_COMPONENTS=y
CONFIG_ARCH="risc-v" CONFIG_ARCH="risc-v"
CONFIG_ARCH_BOARD="icicle" CONFIG_ARCH_BOARD="icicle"
CONFIG_ARCH_BOARD_COMMON=y CONFIG_ARCH_BOARD_COMMON=y