]> git.baikalelectronics.ru Git - uboot.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)
commitf7b6d1225d11717239ce77d8165c46f173073279
tree7b6b0df41a6008e231b8f6b6f510604862ec6f32
parentf864b341b988da9672579f36721d2182edcff919
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