diff options
| author | Atish Patra <[email protected]> | 2019-05-06 17:49:39 -0700 |
|---|---|---|
| committer | Andes <[email protected]> | 2019-05-09 16:47:52 +0800 |
| commit | 3cedc97479ff44cdc00485de7517a833e3dfb630 (patch) | |
| tree | a460c445d08d1a89c85fd49904efeaa8e8e5a765 /cmd/Kconfig | |
| parent | d8fc1ef2f0b4b759181fe5fa3c5c64af538cef85 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Tested-by: Karsten Merker <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 069e0ea7300..4e11e0f404c 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. |
