]> git.baikalelectronics.ru Git - uboot.git/commit
spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Sat, 18 Jun 2022 12:13:07 +0000 (15:13 +0300)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:52 +0000 (03:09 +0100)
commit8217b3029bfc83892bd467cd97f0c972bd52e42d
tree9d9a66a77a074f5e4c9d56264b5c4554b888c783
parent8ad9237de06f90a2dad980a948782456786ea0da
spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK

TPL_BINMAN_SYMBOLS depends on SPL_FRAMEWORK. The code this enables is
compiled by checking CONFIG_$(SPL_TPL_)FRAMEWORK, so it should depend on
TPL_FRAMEWORK instead (which in turn depends on SPL_FRAMEWORK). This was
most likely a typo due to copy-pasting the config's SPL version, fix it.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
common/spl/Kconfig.tpl