mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] common: Kconfig: fix location of FILETYPE_STRINGS
Date: Tue,  1 Jul 2025 12:12:01 +0200	[thread overview]
Message-ID: <20250701101201.502762-1-u.oelmann@pengutronix.de> (raw)

It erroneously slipped into menu "OP-TEE loading".

Fixes: 09702e4a00ec ("filetype: make file type strings optional")
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 common/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index 39a597bb704f..65fa30d23659 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1418,6 +1418,8 @@ config PBL_OPTEE
 	  The trampoline for jumping back from OP-TEE to barebox does currently
 	  not handle THUMB2, so barebox must be built either for A32 or A64.
 
+endmenu
+
 config FILETYPE_STRINGS
 	bool "Print file types as strings"
 	default y
@@ -1426,8 +1428,6 @@ config FILETYPE_STRINGS
 	  Say yes here to include strings for filetypes in barebox. If disabled file
 	  types will be printed as numbers only.
 
-endmenu
-
 if FASTBOOT_BASE
 
 menu "Android Fastboot"
-- 
2.39.5




             reply	other threads:[~2025-07-01 10:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01 10:12 Ulrich Ölmann [this message]
2025-07-02  6:14 ` Sascha Hauer

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=20250701101201.502762-1-u.oelmann@pengutronix.de \
    --to=u.oelmann@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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