[U-Boot] [PATCH 10/13] binman: Add binman symbol support to SPL
sjg at google.com
sjg at google.com
Fri Dec 8 17:11:58 UTC 2017
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 at chromium.org>
---
common/spl/spl.c | 16 ++++++++++++++--
include/spl.h | 11 +++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
Applied to u-boot-dm thanks!
More information about the U-Boot
mailing list