mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
boot/riscv-pk: deprecate riscv-pk and BBL
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
013d544212
commit
5e2ea4ea95
@ -3,10 +3,13 @@ comment "riscv-pk needs a Linux kernel to be built"
|
|||||||
depends on !BR2_LINUX_KERNEL
|
depends on !BR2_LINUX_KERNEL
|
||||||
|
|
||||||
config BR2_TARGET_RISCV_PK
|
config BR2_TARGET_RISCV_PK
|
||||||
bool "riscv-pk"
|
bool "riscv-pk (deprecated)"
|
||||||
depends on BR2_riscv
|
depends on BR2_riscv
|
||||||
depends on BR2_LINUX_KERNEL
|
depends on BR2_LINUX_KERNEL
|
||||||
help
|
help
|
||||||
|
The RISC-V Proxy Kernel (pk) and Boot Loader (BBL) have
|
||||||
|
been deprecated. Please use OpenSBI instead.
|
||||||
|
|
||||||
The RISC-V Proxy Kernel (pk) package contains the Berkeley
|
The RISC-V Proxy Kernel (pk) package contains the Berkeley
|
||||||
Boot Loader (BBL) which has been designed to boot a Linux
|
Boot Loader (BBL) which has been designed to boot a Linux
|
||||||
kernel on a RISC-V processor.
|
kernel on a RISC-V processor.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user