
28 Jun
2022
28 Jun
'22
3:37 p.m.
The SPL code declares binman symbols for U-Boot phases depending on CONFIG_IS_ENABLED(BINMAN_UBOOT_SYMBOLS). This config exists for SPL and TPL, also add a version for VPL.
Signed-off-by: Alper Nebi Yasak alpernebiyasak@gmail.com ---
Changes in v2: - Update VPL configs for the new BINMAN_UBOOT_SYMBOLS
common/spl/Kconfig.vpl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
Applied to u-boot-dm, thanks!