Re: [PATCH 1/3] env: add ENV_ERASE_PTR macro

2021-04-18 Thread Tom Rini
On Tue, Feb 09, 2021 at 11:48:50AM +0100, Patrick Delaunay wrote: > 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 D

[PATCH 1/3] env: add ENV_ERASE_PTR macro

2021-02-09 Thread Patrick Delaunay
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 --- env/ext4.c | 3 +-- env/mmc.c | 6 +-