summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2016-05-20 10:28:23 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:50:50 +0900
commit1918c8b56471b366ceacd3e00b9f02183fabfc7e (patch)
tree5f5f26fc0bd5f40eae86aa4844e292e60ceb9cdf /tools
parentced9d08d506ed40b2ca17ba3a3a99a6a2a72f8ae (diff)
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-xtools/dtbtoolbin42204 -> 0 bytes
-rwxr-xr-xtools/dtcbin0 -> 222045 bytes
-rwxr-xr-xtools/mkbootimgbin29016 -> 0 bytes
-rwxr-xr-xtools/mkimagebin0 -> 133237 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/tools/dtbtool b/tools/dtbtool
deleted file mode 100755
index 863e71c17dd6..000000000000
--- a/tools/dtbtool
+++ /dev/null
Binary files differ
diff --git a/tools/dtc b/tools/dtc
new file mode 100755
index 000000000000..a9b0b885ed34
--- /dev/null
+++ b/tools/dtc
Binary files differ
diff --git a/tools/mkbootimg b/tools/mkbootimg
deleted file mode 100755
index a5ff61720c93..000000000000
--- a/tools/mkbootimg
+++ /dev/null
Binary files differ
diff --git a/tools/mkimage b/tools/mkimage
new file mode 100755
index 000000000000..7e94c446e849
--- /dev/null
+++ b/tools/mkimage
Binary files differ