diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-05-20 10:28:23 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:50:50 +0900 |
commit | 1918c8b56471b366ceacd3e00b9f02183fabfc7e (patch) | |
tree | 5f5f26fc0bd5f40eae86aa4844e292e60ceb9cdf /tools | |
parent | ced9d08d506ed40b2ca17ba3a3a99a6a2a72f8ae (diff) | |
download | linux-exynos-1918c8b56471b366ceacd3e00b9f02183fabfc7e.tar.gz linux-exynos-1918c8b56471b366ceacd3e00b9f02183fabfc7e.tar.bz2 linux-exynos-1918c8b56471b366ceacd3e00b9f02183fabfc7e.zip |
build: add fit image build and mkimage tools to create fit image
This patch fixes local build script to make fit image also and
x86_32 prebuilt mkimage tool to create fit image.
Also boot.img style image creation and tools for boot.img are
removed.
Change-Id: I7dedb2d40a8a5c672f01271951551b660c5f7013
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dtbtool | bin | 42204 -> 0 bytes |
-rwxr-xr-x | tools/dtc | bin | 0 -> 222045 bytes |
-rwxr-xr-x | tools/mkbootimg | bin | 29016 -> 0 bytes |
-rwxr-xr-x | tools/mkimage | bin | 0 -> 133237 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/tools/dtbtool b/tools/dtbtool Binary files differdeleted file mode 100755 index 863e71c17dd6..000000000000 --- a/tools/dtbtool +++ /dev/null diff --git a/tools/dtc b/tools/dtc Binary files differnew file mode 100755 index 000000000000..a9b0b885ed34 --- /dev/null +++ b/tools/dtc diff --git a/tools/mkbootimg b/tools/mkbootimg Binary files differdeleted file mode 100755 index a5ff61720c93..000000000000 --- a/tools/mkbootimg +++ /dev/null diff --git a/tools/mkimage b/tools/mkimage Binary files differnew file mode 100755 index 000000000000..7e94c446e849 --- /dev/null +++ b/tools/mkimage |