summaryrefslogtreecommitdiff
path: root/build-kernel-exynos5433.sh
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2016-07-07 10:07:52 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:51:48 +0900
commit5d9d1d0a1ae1b4bc8faf3d8b4f19b1264eca6c82 (patch)
tree79bc80d8b85331d3bf73e090bd13d3b5c05e6060 /build-kernel-exynos5433.sh
parentdcb479df5e57d69bb60fab6f010809b7cfaad82c (diff)
build: remove dtb files for ARM64 exynos
Remove existing dtb files before building because old dtb files can be included in kernel image. Change-Id: I28847ad01cbf38e458e093c1c912eecc1f066560 Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Diffstat (limited to 'build-kernel-exynos5433.sh')
-rwxr-xr-xbuild-kernel-exynos5433.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-kernel-exynos5433.sh b/build-kernel-exynos5433.sh
index 5d139abc4b3a..62d592f885fd 100755
--- a/build-kernel-exynos5433.sh
+++ b/build-kernel-exynos5433.sh
@@ -13,6 +13,7 @@ check_ccache
rm -f output/linux-*-exynos5433-arm64*.tar
rm -f arch/arm64/boot/Image
+rm -f arch/arm64/boot/dts/exynos/*.dtb
if ! [ -d output ] ; then
mkdir output
fi