mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
linux: allow BR2_LINUX_KERNEL_IMAGE on RISC-V
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> (cherry picked from commit a3a4d4d4d307fd21f19ae43e77ac21b85adad7f2) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
249e67e10b
commit
427742a029
@ -257,7 +257,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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user