* [U-Boot] [PATCH] Makefile: fix build error on mt7629_rfb using buildman
@ 2018-11-27 4:41 Weijie Gao
2018-11-29 14:20 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Weijie Gao @ 2018-11-27 4:41 UTC (permalink / raw)
To: u-boot
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
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] Makefile: fix build error on mt7629_rfb using buildman
2018-11-27 4:41 [U-Boot] [PATCH] Makefile: fix build error on mt7629_rfb using buildman Weijie Gao
@ 2018-11-29 14:20 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-11-29 14:20 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181129/10d2137b/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-29 14:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-27 4:41 [U-Boot] [PATCH] Makefile: fix build error on mt7629_rfb using buildman Weijie Gao
2018-11-29 14:20 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox