
8 Dec
2017
8 Dec
'17
6:11 p.m.
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 ---
common/spl/spl.c | 16 ++++++++++++++-- include/spl.h | 11 +++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-)
Applied to u-boot-dm thanks!