diff options
author | John Crispin <john@phrozen.org> | 2020-11-04 20:32:52 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-11-04 20:32:52 +0100 |
commit | 229623e3103178fadf8eee2b6df2691ce14eb4cc (patch) | |
tree | 676653010aba53411c82be7f57a93b07855897a9 /package/boot/uboot-mediatek/patches/010-no-binman.patch | |
parent | df469befdc4c13d260b99f3a1e15bc418a429020 (diff) | |
download | upstream-229623e3103178fadf8eee2b6df2691ce14eb4cc.tar.gz upstream-229623e3103178fadf8eee2b6df2691ce14eb4cc.tar.bz2 upstream-229623e3103178fadf8eee2b6df2691ce14eb4cc.zip |
mediatek: update uboot to latest patchset provided by MTK
MTK sent us their latest version of the staging uboot. Lets merge the patches.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/boot/uboot-mediatek/patches/010-no-binman.patch')
-rw-r--r-- | package/boot/uboot-mediatek/patches/010-no-binman.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/boot/uboot-mediatek/patches/010-no-binman.patch b/package/boot/uboot-mediatek/patches/010-no-binman.patch index 8a05a2d41d..a2680e56fd 100644 --- a/package/boot/uboot-mediatek/patches/010-no-binman.patch +++ b/package/boot/uboot-mediatek/patches/010-no-binman.patch @@ -1,11 +1,9 @@ ---- a/Makefile -+++ b/Makefile -@@ -1667,8 +1667,10 @@ u-boot-elf.lds: arch/u-boot-elf.lds prepare FORCE +--- a/Makefile 2020-10-13 13:39:06.471438591 +0800 ++++ b/Makefile 2020-10-13 13:39:39.190798462 +0800 +@@ -1725,6 +1725,10 @@ + 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) +OBJCOPYFLAGS_u-boot-mtk.bin = -I binary -O binary \ + --pad-to=$(CONFIG_SPL_PAD_TO) --gap-fill=0xff +u-boot-mtk.bin: u-boot.img spl/u-boot-spl-mtk.bin FORCE |