Skip to content
Snippets Groups Projects
Commit a391d500 authored by Tom Rini's avatar Tom Rini
Browse files

Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARM


The 'bootz' command is really only for ARM32 Linux Kernel 'zImage' files
but has also been adapted for testing with sandbox.  Given that sandbox
is a test platform, don't add that logic under DISTRO_DEFAULTS.

Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 26959271
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ config DISTRO_DEFAULTS ...@@ -57,7 +57,7 @@ config DISTRO_DEFAULTS
bool "Select defaults suitable for booting general purpose Linux distributions" bool "Select defaults suitable for booting general purpose Linux distributions"
default y if ARCH_SUNXI default y if ARCH_SUNXI
default n default n
select CMD_BOOTZ select CMD_BOOTZ if ARM && !ARM64
select CMD_BOOTI if ARM64 select CMD_BOOTI if ARM64
select CMD_DHCP select CMD_DHCP
select CMD_EXT2 select CMD_EXT2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment