summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-10-22 11:35:51 +0200
committerRoland Hieber <rhi@pengutronix.de>2022-02-06 00:15:20 +0100
commit181479122870ba8a64a8383da4689588934be38b (patch)
treea6f756dbd0e2d03522ebe351762bbd34e6a713e0
parentb30a3162f2f9374475bcc955f152e69fa1c8054c (diff)
downloaddt-utils-181479122870ba8a64a8383da4689588934be38b.tar.gz
dt-utils-181479122870ba8a64a8383da4689588934be38b.tar.xz
configure: improve state-backward-compatibility help text
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 16cbbd0..a220936 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_PROG_SED
AC_PROG_MKDIR_P
AC_ARG_ENABLE([state-backward-compatibility],
- AS_HELP_STRING([--enable-state-backward-compatibility], [keep the 'direct' storage backend backward compatible @<:@default=disabled@:>@]),
+ AS_HELP_STRING([--enable-state-backward-compatibility], [barebox-state: when using the 'direct' storage backend, keep the on-disk format readable by barebox <= v2016.08.0 @<:@default=disabled@:>@])
[], [enable_state_backward_compatibility=no])
AS_IF([test "x${enable_state_backward_compatibility}" = "xyes"], [
AC_DEFINE(CONFIG_STATE_BACKWARD_COMPATIBLE, [1], ['direct' storage backend backward compatibility.])