commit | a8f6ab5229fb4cd8299df84c8698e128b5125a8e | [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 | 4ca30d60248b42ac6f949b3e797fbec939387cb0 [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>