]> git.dujemihanovic.xyz Git - u-boot.git/commit
env: ext4: introduce new function env_ext4_save_buffer
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Jul 2020 09:51:25 +0000 (11:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commitf6de047e02bee81ecec711a19e11619b108ce1b1
tree7144af23b30ebd878e118b0a87dba7376f00b67b
parentad04576b2754a41879d5aef6351945fd7ce9353b
env: ext4: introduce new function env_ext4_save_buffer

Split the function env_ext4_save to prepare the erase support.

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