
29 Jun
2020
29 Jun
'20
9:44 a.m.
On Sun, Jun 14, 2020 at 10:58 AM Simon Glass sjg@chromium.org wrote:
Quite a few boards using this SoC family don't use binman, yet CONFIG_BINMAN is enabled for all of them. But the option should only be enabled if we expect binman to produce an image. Calling binman when the device tree is missing, etc. will cause failer.
Add a condition so that CONFIG_BINMAN is only enabled as needed.
Signed-off-by: Simon Glass sjg@chromium.org
(no changes since v1)
arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com