[PATCH 02/10] cmd: Kconfig: enable CMD_BOOTI for ARCH_K3
Anshul Dalal
anshuld at ti.com
Fri Mar 7 08:55:30 CET 2025
This allows us to load the kernel image to memory on 32-bit R5 SPL.
Signed-off-by: Anshul Dalal <anshuld at ti.com>
---
cmd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index a04fcaa0e08..66145a001b8 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -357,7 +357,7 @@ config CMD_BOOTZ
config CMD_BOOTI
bool "booti"
- depends on ARM64 || RISCV || SANDBOX
+ depends on ARM64 || RISCV || SANDBOX || ARCH_K3
default y
help
Boot an AArch64 Linux Kernel image from memory.
--
2.43.0
More information about the U-Boot
mailing list