Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boot/optee-os: fix typo in help message of BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
@ 2022-07-04 11:27 Quentin Schulz
  2022-07-04 15:41 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Quentin Schulz @ 2022-07-04 11:27 UTC (permalink / raw)
  To: buildroot; +Cc: Quentin Schulz, Quentin Schulz, Etienne Carriere

From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

The custom tarball option should be given a URL pointing to an OP-TEE OS
tarball and not a "kernel" one.

Fixes: 9c79b369d69c "boot/optee-os: add support for custom tarball URL"
Cc: Quentin Schulz <foss+buildroot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 boot/optee-os/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/optee-os/Config.in b/boot/optee-os/Config.in
index 62e4adcf55..f199de31eb 100644
--- a/boot/optee-os/Config.in
+++ b/boot/optee-os/Config.in
@@ -28,7 +28,7 @@ config BR2_TARGET_OPTEE_OS_LATEST
 config BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
 	bool "Custom tarball"
 	help
-	  This option allows to specify a URL pointing to a kernel
+	  This option allows to specify a URL pointing to an OP-TEE OS
 	  source tarball. This URL can use any protocol recognized by
 	  Buildroot, like http://, ftp://, file:// or scp://.
 
-- 
2.36.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-07-04 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 11:27 [Buildroot] [PATCH] boot/optee-os: fix typo in help message of BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL Quentin Schulz
2022-07-04 15:41 ` Yann E. MORIN

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