Re: [U-Boot] [PATCH 10/13] binman: Add binman symbol support to SPL

2017-12-08 Thread sjg
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 --- common/spl/spl.c | 16 ++-- include/spl.h| 11 +++ 2 files

[U-Boot] [PATCH 10/13] binman: Add binman symbol support to SPL

2017-11-13 Thread Simon Glass
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 --- common/spl/spl.c | 16 ++-- include/spl.h| 11 +++ 2 files