commit | 566bf3a8698780079196da742c363ca3b627ca31 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 06 15:21:25 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | 7e964e22c7aeda92a9a6e72ce3df124e971033a8 | |
parent | a5c13b68e7516d3680c87f7207dcf337a1b3dd7c [diff] |
sandbox: Add a function to read a host file Add a way to read a file from the host filesystem. This can be useful for reading test data, for example. Also fix up the writing function which was not the right version, and drop the debugging lines. Signed-off-by: Simon Glass <sjg@chromium.org>