commit | 867a398ad355ca9285986906a44785c447a8d5c3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 13 18:55:03 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 12 19:53:45 2017 -0700 |
tree | 38dce2f79df048900946da20b32fb5bb1e0e236c | |
parent | 01361a2e21cd12c80dffd4b940d740e48892dd96 [diff] |
binman: Add binman symbol support to SPL Allow SPL to access binman symbols and use this to get the address of U-Boot. This falls back to CONFIG_SYS_TEXT_BASE if the binman symbol is not available. Signed-off-by: Simon Glass <sjg@chromium.org>