commit | 2c931bae9f37fdb62af9f40daf6b6500168caf40 | [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 | 32fa8faf711e6209f099dcc905018c135a2cc018 [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>