[PATCH 1/3] bootstd: Add support for booti and bootz

Simon Glass sjg at chromium.org
Mon Feb 20 02:10:41 CET 2023


Enable these options so that we can boot ARM images in these formats.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 boot/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/Kconfig b/boot/Kconfig
index 5f491625c82..da640a37f4f 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -419,6 +419,8 @@ config BOOTSTD_DEFAULTS
 	imply CMD_FAT
 	imply CMD_FS_GENERIC
 	imply CMD_PART
+	imply CMD_BOOTI if ARM64
+	imply CMD_BOOTZ if ARM && !ARM64
 	imply CMD_DHCP if NET
 	imply CMD_MII if NET
 	imply CMD_PING if NET
-- 
2.39.2.637.g21b0678d19-goog



More information about the U-Boot mailing list