linux: allow BR2_LINUX_KERNEL_IMAGE on RISC-V
authorAlistair Francis <Alistair.Francis@wdc.com>
Tue, 19 Mar 2019 18:15:47 +0000 (18:15 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 19 Mar 2019 21:06:15 +0000 (22:06 +0100)
We will need to build Image files for OpenSBI so allow that now.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/Config.in

index 818b94e1c0df6c6cfe7da25556536360f5681211..dc102380533c45bc5145f128b890b84277492c18 100644 (file)
@@ -258,7 +258,7 @@ config BR2_LINUX_KERNEL_SIMPLEIMAGE
 
 config BR2_LINUX_KERNEL_IMAGE
        bool "Image"
-       depends on BR2_aarch64
+       depends on BR2_aarch64 || BR2_riscv
 
 config BR2_LINUX_KERNEL_LINUX_BIN
        bool "linux.bin"