boot/opensbi: only check/reference COPYING.BSD when _LATEST_VERSION is used
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 12 May 2021 08:41:03 +0000 (10:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 May 2021 07:48:32 +0000 (09:48 +0200)
commit448910b017e5e10728dcd4e9e2048abcefc44422
tree3f00a36eadb379382d1b9b8e435386288dab5cdb
parentace8179deb7fdf8209c0314303674ad36b2e7a8f
boot/opensbi: only check/reference COPYING.BSD when _LATEST_VERSION is used

With the addition of support for custom opensbi version in commit
5c7166d387b (boot/opensbi: add support for version configuration), we can no
longer be sure that the license file name / hash will be correct in all
cases, so only specify COPYING.BSD when _LATEST_VERSION is used, similar to
how we do it for the Linux kernel.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/opensbi/opensbi.mk