]> git.ipfire.org Git - thirdparty/u-boot.git/commit
env: remote: Disallow CMD_SAVEENV
authorTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 19:51:06 +0000 (13:51 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 Apr 2026 17:30:41 +0000 (11:30 -0600)
commit67e72e9686e702b85c38f62e4fc02f8efe3ffe82
treecb9f70d74098c77a34137fc8a8f413511bdf8d54
parent8af4e124875932567cea627e04f26cf5cc529e25
env: remote: Disallow CMD_SAVEENV

Looking at how the saveenv portion of this driver was implemented, it
does not appear that it could actually result in changes being saved on
the remote end. Update Kconfig to disallow CMD_SAVEENV for
ENV_IS_IN_REMOTE and then remove the relevant code.

Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig
env/remote.c