commit | 6efe9474f9e81fd04afe1758f6c8a3d57b6d91d3 | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Sat Jun 18 15:13:07 2022 +0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Jun 28 03:09:52 2022 +0100 |
tree | 9d9a66a77a074f5e4c9d56264b5c4554b888c783 | |
parent | 173321c589fbfb148c76bb831177838120e7c406 [diff] |
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>