]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit01897c4c249ae71b6c68ef0497fb1e1ef2b26b50
tree039249ede0ed2e440d109dc1bb530e06ab2c5f3d
parentcea32f935e76cc1c4495042163ca8559077c56f4
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