commit | 02b8700f32424d00cf7ffd1025b51a1aa5bacdc2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 08 11:49:48 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 22 10:05:44 2022 -0700 |
tree | 039249ede0ed2e440d109dc1bb530e06ab2c5f3d | |
parent | 9045faf0d55f7f49073430cd66f778eb5043ffcd [diff] |
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>