From 1918c8b56471b366ceacd3e00b9f02183fabfc7e Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 20 May 2016 10:28:23 +0900 Subject: 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 --- tools/dtbtool | Bin 42204 -> 0 bytes tools/dtc | Bin 0 -> 222045 bytes tools/mkbootimg | Bin 29016 -> 0 bytes tools/mkimage | Bin 0 -> 133237 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 tools/dtbtool create mode 100755 tools/dtc delete mode 100755 tools/mkbootimg create mode 100755 tools/mkimage (limited to 'tools') diff --git a/tools/dtbtool b/tools/dtbtool deleted file mode 100755 index 863e71c17dd6..000000000000 Binary files a/tools/dtbtool and /dev/null differ diff --git a/tools/dtc b/tools/dtc new file mode 100755 index 000000000000..a9b0b885ed34 Binary files /dev/null and b/tools/dtc differ diff --git a/tools/mkbootimg b/tools/mkbootimg deleted file mode 100755 index a5ff61720c93..000000000000 Binary files a/tools/mkbootimg and /dev/null differ diff --git a/tools/mkimage b/tools/mkimage new file mode 100755 index 000000000000..7e94c446e849 Binary files /dev/null and b/tools/mkimage differ -- cgit v1.2.3