commit | e735b681399495cfacd240e451c6414f9be6e306 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 27 13:25:58 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 17 20:05:45 2014 -0600 |
tree | 29519eb5d3ee96890a7b9db2c00c7e71375ad34e | |
parent | 7b89a1bc792939188c037a7c5a6aafc3ead5c8dc [diff] |
sandbox: Use os functions to read host device tree At present we use U-Boot's filesystem layer to read the sandbox device tree, but this is problematic since it relies on a temporary feauture added there. Since we plan to implement proper block layer support for sandbox, change this code to use the os layer functions instead. Also use the new fdt_create_empty_tree() instead of our own code. Signed-off-by: Simon Glass <sjg@chromium.org>