]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
cmd: booti: move CONFIG_CMD_BOOTI to Kconfig
[u-boot] / cmd / Kconfig
index d69b817c827b3dd374efe871c8f4f0a5ffc459d6..e21924639fa503570ba6804441886856acf4aca9 100644 (file)
@@ -165,6 +165,13 @@ config CMD_BOOTZ
        help
          Boot the Linux zImage
 
+config CMD_BOOTI
+       bool "booti"
+       depends on ARM64
+       default y
+       help
+         Boot an AArch64 Linux Kernel image from memory.
+
 config CMD_BOOTEFI
        bool "bootefi"
        depends on EFI_LOADER