mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] u-boot.in: Move host openssl select.
@ 2022-02-18  9:07 Christian Melki
  2022-02-18 15:15 ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Melki @ 2022-02-18  9:07 UTC (permalink / raw)
  To: ptxdist

Minor cosmetic fix.

Host openssl selection was confusingly last under the
"target" divider. I missed it at first in menuconfig,
before realizing where it was.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 platforms/u-boot.in | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 6589a1940..0d7608ab3 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -168,6 +168,18 @@ config U_BOOT_BOOT_SCRIPT_ROOTFS_PATH
 
 endif
 
+config U_BOOT_NEEDS_HOST_OPENSSL
+	prompt "needs host OpenSSL"
+	bool
+	help
+	  Newer host U-Boot tools can sign images and use OpenSSL for that.
+	  It is most probably needed if your board config does not disable
+	  CONFIG_TOOLS_LIBCRYPTO.
+	
+	  Select this if you're unsure, as it won't hurt.
+	  It might just increase the build time, if no other package has
+	  host openssl selected.
+
 comment "target install"
 
 config U_BOOT_INSTALL_SREC
@@ -258,17 +270,5 @@ config U_BOOT_INSTALL_U_BOOT_STM32
 	  platform image directory. Say yes if you are building for STM32MP1
 	  SOCs.
 
-config U_BOOT_NEEDS_HOST_OPENSSL
-	prompt "needs host OpenSSL"
-	bool
-	help
-	  Newer host U-Boot tools can sign images and use OpenSSL for that.
-	  It is most probably needed if your board config does not disable
-	  CONFIG_TOOLS_LIBCRYPTO.
-	
-	  Select this if you're unsure, as it won't hurt.
-	  It might just increase the build time, if no other package has
-	  host openssl selected.
-
 endif
 
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-18 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18  9:07 [ptxdist] [PATCH] u-boot.in: Move host openssl select Christian Melki
2022-02-18 15:15 ` Michael Olbrich
2022-02-18 15:15   ` Christian Melki
2022-02-18 15:43     ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox