]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add binman symbol support to SPL
authorSimon Glass <sjg@chromium.org>
Tue, 14 Nov 2017 01:55:03 +0000 (18:55 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Dec 2017 02:53:45 +0000 (19:53 -0700)
commit52bb400f898506e28f0ce8f512fd7f82a4890c40
tree38dce2f79df048900946da20b32fb5bb1e0e236c
parent2ce2c08e1b286a43233bf8db3146af4454017385
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>
common/spl/spl.c
include/binman_sym.h
include/spl.h