Skip to content
Commit 95fac6ab authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 9f604425
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment