diff options
| author | Tom Rini <[email protected]> | 2021-03-20 19:27:22 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-03-20 19:27:22 -0400 |
| commit | 874dcedee92a828b03c8d3146dccfaa8b709618b (patch) | |
| tree | 163f0bc96fac7676eccd954575a29e2d6741535c /Makefile | |
| parent | f879f2621b42529cf5f88912a07d2866cfc8fd45 (diff) | |
| parent | cfd48ec4dcc99c0132635879f5b43e3d30dcb958 (diff) | |
Merge branch '2021-03-20-mediatek-updates' into next
- A number of MediaTek platform updates
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) \ |
