[U-Boot] [PATCH] Makefile: fix build error on mt7629_rfb using buildman

This patch fixes the build error for mt7629 boards when using buildman.
Signed-off-by: Weijie Gao weijie.gao@mediatek.com --- Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile index a5d0c1b..8962b53 100644 --- a/Makefile +++ b/Makefile @@ -1368,6 +1368,8 @@ u-boot.elf: u-boot.bin # Otherwise the header will be added to the u-boot.bin directly.
ifeq ($(CONFIG_SPL),y) +spl/u-boot-spl-mtk.bin: spl/u-boot-spl + u-boot-mtk.bin: u-boot.dtb u-boot.img spl/u-boot-spl-mtk.bin FORCE $(call if_changed,binman) else

On Tue, Nov 27, 2018 at 12:41:06PM +0800, Weijie Gao wrote:
This patch fixes the build error for mt7629 boards when using buildman.
Signed-off-by: Weijie Gao weijie.gao@mediatek.com
Merged into 01/18 and applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
Weijie Gao