cmd: booti: move CONFIG_CMD_BOOTI to Kconfig

This command is used to boot ARM64 Linux.

I made DISTRO_DEFAULTS select this option for ARM64 to respect
include/config_distro_defaults.h.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Masahiro Yamada
2016-08-12 08:31:16 -04:00
committed by Tom Rini
parent 5db28905c9
commit 2695927198
6 changed files with 8 additions and 6 deletions

View 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