]> git.dujemihanovic.xyz Git - u-boot.git/commit
env: Improve ENV_OFFSET help message
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Fri, 1 Sep 2023 14:28:59 +0000 (15:28 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 17:22:32 +0000 (13:22 -0400)
commitd1ca61ca7e7be080374c1d7e882c4d8aa7d7b70f
tree026816963ae8281434e3b2dad622884c3e631081
parent31565bb0aa2d76b6941e96bcdbd204bae49ca828
env: Improve ENV_OFFSET help message

When reading Kconfig help messages to understand ENV_OFFSET and
ENV_OFFSET_REDUND, developers may not realise that they need to also
look at the chosen ENV_IS_IN_* options to see how the offsets will be
interpreted.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
env/Kconfig