]> git.dujemihanovic.xyz Git - u-boot.git/commit
env: sf: update the use of macro ENV_SAVE_PTR
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 9 Feb 2021 10:48:51 +0000 (11:48 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 16 Apr 2021 21:32:34 +0000 (17:32 -0400)
commite41f55b32e0ac38da77d8f86792164faac5ef7c5
tree7b6b0df41a6008e231b8f6b6f510604862ec6f32
parent1af031ac3e3e75ea1ae58da093db956a8c9bc144
env: sf: update the use of macro ENV_SAVE_PTR

Remove CONFIG_IS_ENABLED(SAVEENV) as it is already tested in
the ENV_SAVE_PTR macro.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
env/sf.c