diff options
author | Alistair Francis <Alistair.Francis@wdc.com> | 2019-03-19 18:15:47 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-03-27 15:57:57 +0100 |
commit | 427742a029761907ac59b0d100f1826577903f6c (patch) | |
tree | f1bf298369f62f92f6a633b3404c2e6f931397c0 /linux | |
parent | 249e67e10bea76eb225583c2e83009ed5769bf99 (diff) | |
download | buildroot-427742a029761907ac59b0d100f1826577903f6c.tar.gz buildroot-427742a029761907ac59b0d100f1826577903f6c.zip |
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>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index f17334ae7c..037a2f023e 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -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" |