]> git.ipfire.org Git - people/ms/u-boot.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)
commit8bee2d251afb61c203aa94877cf5077731822ed5
tree38dce2f79df048900946da20b32fb5bb1e0e236c
parentcf2a8fd66d8d4b855f5955e15e4d8e436b4bc3d5
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