summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2020-01-14 21:24:50 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2020-01-14 21:24:50 +0800
commiteb0ba7a0de2d81a39e3bc2ca9e702f1d40e72531 (patch)
tree28a9f44490c2149a1db6f239fa9b749c609fc327
parent1a2b2b29f71585b967809f21b2de8b797b79cfb2 (diff)
downloadlinaro-prebuilts-eb0ba7a0de2d81a39e3bc2ca9e702f1d40e72531.tar.gz
mkbootimg: update to use mkbootimg from aosp master
which supports the --dtb option which is required by db845c builds Change-Id: I75edf3684cb5eec3e045ed61c97e13c0a9301103 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xhost/bin/mkbootimgbin8340 -> 28128750 bytes
-rw-r--r--host/source.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/host/bin/mkbootimg b/host/bin/mkbootimg
index fda9af0..c31e198 100755
--- a/host/bin/mkbootimg
+++ b/host/bin/mkbootimg
Binary files differ
diff --git a/host/source.txt b/host/source.txt
index ad70b21..78c1060 100644
--- a/host/source.txt
+++ b/host/source.txt
@@ -17,7 +17,7 @@ mkfs.fat:
mkdtimg
https://android-git.linaro.org/device/linaro/hikey.git/plain/installer/hikey960/mkdtimg?id=5d080802a739760417b7a9e0b4a0fe013d308f84
mkbootimg
- git clone https://android.googlesource.com/platform/system/core origin/pie-release-2
+ https://android.googlesource.com/platform/system/tools/mkbootimg/+/f91a1565353daaef4aaaed7e081b156c27130aea
lpmake & build_super_image for super.img
added from aosp master