]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Fix dependency for u-boot-with-dtb.bin
authorPali Rohár <pali@kernel.org>
Mon, 1 Aug 2022 15:42:19 +0000 (17:42 +0200)
committerMarek Behún <kabel@kernel.org>
Fri, 16 Sep 2022 15:39:39 +0000 (17:39 +0200)
commitb707c874e0fa7b5e75f36d6f1d40a76d6bb0e3b8
treeafd70911f1383a5bf78b2e244afc8120fb7d8910
parent3cd1b2185cf73fcd15aafe21f165bb56441d2cfb
Makefile: Fix dependency for u-boot-with-dtb.bin

Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it
takes DTB file and u-boot binary without DTB, which is stored in file
u-boot-nodtb.bin. So fix target dependency.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marek Behún <kabel@kernel.org>
Makefile