summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2021-11-10 18:08:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-11-12 10:12:15 +0100
commitf8e50a8ff0561963572c52958ff7e282b8494ccf (patch)
tree1d855b274876e0629f2f3860fd65f9c5145f2ddc
parent18421a8862ab7c198be2ee6765c677bb5c23581f (diff)
downloadptxdist-f8e50a8ff0561963572c52958ff7e282b8494ccf.tar.gz
ptxdist-f8e50a8ff0561963572c52958ff7e282b8494ccf.tar.xz
rauc: print 'RAUC' uppercase in Kconfig menu
The is consistent with usage in other menus and the correct way to write 'RAUC' anyway. Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Message-Id: <20211110170853.4090399-2-ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/rauc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rauc.in b/rules/rauc.in
index 373aca244..aee162b83 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -2,7 +2,7 @@
menuconfig RAUC
tristate
- prompt "Rauc Update Tool "
+ prompt "RAUC Update Tool "
select OPENSSL
select GLIB
select GLIB_LIBMOUNT