commit | 50f6f11fcc6b728e4ad163e9a5c3707d8a218628 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Feb 09 11:48:50 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 16 17:32:34 2021 -0400 |
tree | 3f972a312974cb7a43b09c9bf580cf1705d418ec | |
parent | 447ac2ca133391b90d006fa4721a6401b4a02257 [diff] |
env: add ENV_ERASE_PTR macro Add ENV_ERASE_PTR macro to handle erase opts and remove the associated ifdef. This patch is a extension of previous commit 82b2f4135719 ("env_internal.h: add alternative ENV_SAVE_PTR macro"). Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>