
23 Feb
2022
23 Feb
'22
3:35 a.m.
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@chromium.org
common/spl/Kconfig | 24 ++++++++++++++++++++++++ common/spl/spl.c | 4 ++++ 2 files changed, 28 insertions(+)
Applied to u-boot-dm, thanks!