boot/riscv-pk: deprecate riscv-pk and BBL
authorAlistair Francis <Alistair.Francis@wdc.com>
Wed, 20 Mar 2019 23:05:22 +0000 (23:05 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Mar 2019 14:00:21 +0000 (15:00 +0100)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/riscv-pk/Config.in

index b4fe36590fffe405ef9306042510cca30efdc980..cf9c5cd8ee665b387bbd5b00ee47c91e6afecf5e 100644 (file)
@@ -3,10 +3,13 @@ comment "riscv-pk needs a Linux kernel to be built"
        depends on !BR2_LINUX_KERNEL
 
 config BR2_TARGET_RISCV_PK
-       bool "riscv-pk"
+       bool "riscv-pk (deprecated)"
        depends on BR2_riscv
        depends on BR2_LINUX_KERNEL
        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
          Boot Loader (BBL) which has been designed to boot a Linux
          kernel on a RISC-V processor.