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:
committed by
Tom Rini
parent
5db28905c9
commit
2695927198
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user