commit | eda14eac71b21fb961cf9d416202af030de7a76a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 20 08:42:50 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 11:17:21 2013 -0400 |
tree | 24212cc0526acebfb6ddfeb08781aa01e019cb90 | |
parent | 7e5581ed99a89bf477d7c48c9822a9010614ec72 [diff] |
fs: Add support for saving data to filesystems Add a new method for saving that filesystems can implement. This mirrors the existing load method. Signed-off-by: Simon Glass <sjg@chromium.org>