aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada2016-08-12 07:31:16 -0500
committerTom Rini2016-08-20 10:35:08 -0500
commit269592719860245f3b3ba3fe48c6cb6c3cabdbb6 (patch)
tree6d8416fda3adfba768656e500c52780be0b2dc4b /Kconfig
parent5db28905c952560843212236963e9f711341cad5 (diff)
downloadu-boot-269592719860245f3b3ba3fe48c6cb6c3cabdbb6.tar.gz
u-boot-269592719860245f3b3ba3fe48c6cb6c3cabdbb6.tar.xz
u-boot-269592719860245f3b3ba3fe48c6cb6c3cabdbb6.zip
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>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index cb5af5b0f7..7c87148612 100644
--- a/Kconfig
+++ b/Kconfig
@@ -58,6 +58,7 @@ config DISTRO_DEFAULTS
58 default y if ARCH_SUNXI 58 default y if ARCH_SUNXI
59 default n 59 default n
60 select CMD_BOOTZ 60 select CMD_BOOTZ
61 select CMD_BOOTI if ARM64
61 select CMD_DHCP 62 select CMD_DHCP
62 select CMD_EXT2 63 select CMD_EXT2
63 select CMD_EXT4 64 select CMD_EXT4