commit | d4e33f5a72accc891e3600cb2d2bc579004de9e1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:57:45 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | 7b3cbcbe5f88bb1e3e9699373cef23a0e5dd431f | |
parent | 72a7e0760447ed46ca50174cb8798a2e84dedf85 [diff] |
sandbox: Allow chaining from SPL to U-Boot proper SPL is expected to load and run U-Boot. This needs to work with sandbox also. Provide a function to locate the U-Boot image, and another to start it. This allows SPL to function on sandbox as it does on other archs. Signed-off-by: Simon Glass <sjg@chromium.org>