U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 3/3] Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARM
Date: Fri, 12 Aug 2016 08:31:17 -0400	[thread overview]
Message-ID: <1471005077-27615-3-git-send-email-trini@konsulko.com> (raw)
In-Reply-To: <1471005077-27615-1-git-send-email-trini@konsulko.com>

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: Tom Rini <trini@konsulko.com>
---
Changes in v3:
- New patch
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index 0bc06d859f75..423b877a6eaa 100644
--- a/Kconfig
+++ b/Kconfig
@@ -57,7 +57,7 @@ config DISTRO_DEFAULTS
 	bool "Select defaults suitable for booting general purpose Linux distributions"
 	default y if ARCH_SUNXI
 	default n
-	select CMD_BOOTZ
+	select CMD_BOOTZ if ARM && !ARM64
 	select CMD_BOOTI if ARM64
 	select CMD_DHCP
 	select CMD_EXT2
-- 
1.9.1

  parent reply	other threads:[~2016-08-12 12:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-12 12:31 [U-Boot] [PATCH v3 1/3] cmd: Split 'bootz' and 'booti' out from 'bootm' Tom Rini
2016-08-12 12:31 ` [U-Boot] [PATCH v3 2/3] cmd: booti: move CONFIG_CMD_BOOTI to Kconfig Tom Rini
2016-08-21 15:08   ` [U-Boot] [U-Boot, v3, " Tom Rini
2016-08-12 12:31 ` Tom Rini [this message]
2016-08-21 15:08   ` [U-Boot] [U-Boot, v3, 3/3] Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARM Tom Rini
2016-08-21 15:08 ` [U-Boot] [U-Boot, v3, 1/3] cmd: Split 'bootz' and 'booti' out from 'bootm' Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471005077-27615-3-git-send-email-trini@konsulko.com \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox