commit | a1b3eefbdf2beb21922afbc62ed5a1ba8290c702 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Feb 24 11:52:35 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 16 17:33:09 2021 -0400 |
tree | f8b6f8e5e124451886d34d5bbe9d0cdd1725bdb6 | |
parent | b1096c3c21d1ade7392ec14c5d18d6998dc1e0ab [diff] |
env: sf: add missing spi_flash_free Free the SPI resources by calling spi_flash_free() in each env sf function to avoid issue for other SPI users. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>