From patchwork Fri Nov 8 01:32:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AKASHI Takahiro X-Patchwork-Id: 1191547 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="IoYXw14Y"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 478N6W1R0Nz9sPF for ; Fri, 8 Nov 2019 12:32:03 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id CF083C21DCA; Fri, 8 Nov 2019 01:31:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 2B1B8C21C3F; Fri, 8 Nov 2019 01:31:55 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 6BF40C21C3F; Fri, 8 Nov 2019 01:31:54 +0000 (UTC) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by lists.denx.de (Postfix) with ESMTPS id B1B00C21BE5 for ; Fri, 8 Nov 2019 01:31:53 +0000 (UTC) Received: by mail-pg1-f193.google.com with SMTP id 15so3067906pgh.5 for ; Thu, 07 Nov 2019 17:31:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=uAQT+bRvcHX7cmQBSJxSINMOMVVpkTIyH0rh6q//lXM=; b=IoYXw14Yc+rp/toNzBdtLEMybGgl37TcUWwAWOMJByuFiBnr5qY8K4Jr7xnUje92n8 1PvQF1ArrDkG/vpIBBQh+S0dHKZw0k27XG9higBOCe26FQUhDNU5TP6iltOs/vjlIU9C +5QSwTRJw1ky3V9ryDbnPemytxG7R72C+UW43zFn0wqZG5E+J9PtRXrg6R/zSX527VpE 6bgt9K9zG7TdFKuQWXEVk68IYmH5ZtEaojuh+GtD0wF9MGLMLNoCVFnMFuHu/WsKu2A2 H5zYGTurGcxDp8s0ThgYkSWq1c97nbiTwYFWYoQH6EizJprijOcrRK3Bp7lbNwmYjMyD M98w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=uAQT+bRvcHX7cmQBSJxSINMOMVVpkTIyH0rh6q//lXM=; b=tHM1f7ZASQPCXcluAcyMjf1KGKYmItzeuodK9+V/h6Oz++3uOh1ovvAVIuOTbX8uUB tjWIkjIcWCVUltrvLxd2W9iGz7M8DAo/Pnz0FAlaI/Z3M7P7QvYSlIgWwLd5JY5YQmoC 5yylIt+h9GSyGQnNrg/p4swKwr89Y922s0+sozzHDKdqo+9l8Cjv/2z7TsVFRPkV5EW7 KVl0XXdwBCMipEczk9wfAUcZvdsoJmP1AypYP2IgnnV7VKM2jfsRUovv/qRAd5aYtyZa bTqxkJIRcr6Bqc0bx+98xe6LYygNFvF6l7GGUsfxYeH/lmE+/+/ElKp6wggCUasAwEwF +Ovg== X-Gm-Message-State: APjAAAVkDrShaKjTJVUntefqSe3eyHQb2Z4GGFXZQwGb4LyCwLZnycin Ai3/QxfRn6afpfXQsIT8g571oA== X-Google-Smtp-Source: APXvYqyqNqunPZBTyAkueWFdPDkktkJEQqT57bi3igYfIgSkQbnJg2DGk7T5iUa3uNTMJ/5EdPsVkg== X-Received: by 2002:a62:2b45:: with SMTP id r66mr7967939pfr.12.1573176711941; Thu, 07 Nov 2019 17:31:51 -0800 (PST) Received: from linaro.org ([121.95.100.191]) by smtp.googlemail.com with ESMTPSA id i102sm3891440pje.17.2019.11.07.17.31.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Nov 2019 17:31:51 -0800 (PST) From: AKASHI Takahiro To: trini@konsulko.com, xypron.glpk@gmx.de Date: Fri, 8 Nov 2019 10:32:15 +0900 Message-Id: <20191108013215.28414-1-takahiro.akashi@linaro.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKS X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Due to the commit 4b0bcfa7c4ec ("Kconfig: Migrate CONFIG_BOOTM_* options") BOOTEFI and BOOTEFI_HELLO_COMPILE (and other BOOTEFI configs) are displayed in a long distance. This will make it difficult for us to understand that those configurations are closely related. Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt Reviewed-by: Tom Rini --- cmd/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 395dedd34d00..d9bc1eb8bd2b 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -263,13 +263,6 @@ config CMD_BOOTI help Boot an AArch64 Linux Kernel image from memory. -config CMD_BOOTEFI - bool "bootefi" - depends on EFI_LOADER - default y - help - Boot an EFI image from memory. - config BOOTM_LINUX bool "Support booting Linux OS images" depends on CMD_BOOTM || CMD_BOOTZ || CMD_BOOTI @@ -318,6 +311,13 @@ config BOOTM_VXWORKS help Support booting VxWorks images via the bootm command. +config CMD_BOOTEFI + bool "bootefi" + depends on EFI_LOADER + default y + help + Boot an EFI image from memory. + config CMD_BOOTEFI_HELLO_COMPILE bool "Compile a standard EFI hello world binary for testing" depends on CMD_BOOTEFI && !CPU_V7M && !SANDBOX