summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-03-20 19:27:22 -0400
committerTom Rini <[email protected]>2021-03-20 19:27:22 -0400
commit874dcedee92a828b03c8d3146dccfaa8b709618b (patch)
tree163f0bc96fac7676eccd954575a29e2d6741535c /Makefile
parentf879f2621b42529cf5f88912a07d2866cfc8fd45 (diff)
parentcfd48ec4dcc99c0132635879f5b43e3d30dcb958 (diff)
Merge branch '2021-03-20-mediatek-updates' into next
- A number of MediaTek platform updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36b867ac1b4..b72d8d20c08 100644
--- a/Makefile
+++ b/Makefile
@@ -1728,6 +1728,9 @@ u-boot-elf.lds: arch/u-boot-elf.lds prepare FORCE
ifeq ($(CONFIG_SPL),y)
spl/u-boot-spl-mtk.bin: spl/u-boot-spl
+
+u-boot-mtk.bin: u-boot-with-spl.bin
+ $(call if_changed,copy)
else
MKIMAGEFLAGS_u-boot-mtk.bin = -T mtk_image \
-a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE) \