From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 2/2] filetype: fix FILETYPE_STRING misspelling
Date: Mon, 24 Mar 2025 11:24:42 +0100 [thread overview]
Message-ID: <20250324102442.1750715-2-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20250324102442.1750715-1-s.hauer@pengutronix.de>
The new Kconfig option checking if filetypes shall be printed as strings
was introduced as CONFIG_FILETYPE_STRING, but the check used
CONFIG_FILETYPE_STRINGS. Rename Kconfig option to match what is actually
checked for.
Fixes: 09702e4a00 ("filetype: make file type strings optional")
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index 77d03f298c..ddc76b2033 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1309,7 +1309,7 @@ config PBL_OPTEE
Allows starting OP-TEE during lowlevel initialization of the PBL.
Requires explicit support in the board's lowlevel file.
-config FILETYPE_STRING
+config FILETYPE_STRINGS
bool "Print file types as strings"
default y
depends on FILETYPE
--
2.39.5
next prev parent reply other threads:[~2025-03-24 10:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-24 10:24 [PATCH 1/2] filetype: fix MBR detection Sascha Hauer
2025-03-24 10:24 ` Sascha Hauer [this message]
2025-03-25 7:16 ` 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=20250324102442.1750715-2-s.hauer@pengutronix.de \
--to=s.hauer@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