[PATCH 04/24] spl: Allow disabling binman symbols in SPL
Simon Glass
sjg at chromium.org
Wed Feb 23 03:35:07 CET 2022
On 08/02/2022 21:49, Simon Glass wrote:
> When CONFIG_SPL_FIT is enabled we do not access U-Boot directly in
> the image, since it is embedded in a FIT which is parsed at runtime.
>
> Provide a CONFIG option to drop the symbols in this case.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> common/spl/Kconfig | 24 ++++++++++++++++++++++++
> common/spl/spl.c | 4 ++++
> 2 files changed, 28 insertions(+)
>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list