summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-05-07 03:49:39 +0300
committerAndes <uboot@andestech.com>2019-05-09 11:47:52 +0300
commit3cedc97479ff44cdc00485de7517a833e3dfb630 (patch)
treea460c445d08d1a89c85fd49904efeaa8e8e5a765 /cmd/Kconfig
parentd8fc1ef2f0b4b759181fe5fa3c5c64af538cef85 (diff)
downloadu-boot-3cedc97479ff44cdc00485de7517a833e3dfb630.tar.xz
RISCV: image: Add booti support
This patch adds booti support for RISC-V Linux kernel. The existing bootm method will also continue to work as it is. It depends on the following kernel patch which adds the header to the flat Image. Gzip compressed Image (Image.gz) support is not enabled with this patch. https://patchwork.kernel.org/patch/10925543/ Tested on HiFive Unleashed and QEMU. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Karsten Merker <merker@debian.org> Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 069e0ea730..4e11e0f404 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -223,7 +223,7 @@ config CMD_BOOTZ
config CMD_BOOTI
bool "booti"
- depends on ARM64
+ depends on ARM64 || RISCV
default y
help
Boot an AArch64 Linux Kernel image from memory.