spl: Allow disabling binman symbols in SPL
authorSimon Glass <sjg@chromium.org>
Tue, 8 Feb 2022 18:49:48 +0000 (11:49 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Feb 2022 17:05:44 +0000 (10:05 -0700)
commit38c04d8e065c42254dbaca760a9e6d200321c15b
tree039249ede0ed2e440d109dc1bb530e06ab2c5f3d
parent00959d871cc8264d9e06c8cd0ee23c324699ab9e
spl: Allow disabling binman symbols in SPL

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
common/spl/spl.c