X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=release.sh;h=2844293ec8515ffce47125ea46569a04e0bfcae2;hb=refs%2Fheads%2Faccepted%2Ftizen_mobile;hp=b947192d98b835a6842a0ae123162ff3428badc8;hpb=e6cfc390b12fc1bc1d4f2bc765abbe2de2e22c83;p=profile%2Fmobile%2Fplatform%2Fkernel%2Flinux-3.10-sc7730.git diff --git a/release.sh b/release.sh index b947192..2844293 100755 --- a/release.sh +++ b/release.sh @@ -47,13 +47,13 @@ if [ "$?" != "0" ]; then exit 1 fi -./scripts/sprd_dtbtool.sh +./scripts/sprd_dtbtool.sh -p ${DTC_PATH} -v ${BOOT_PATH}/dts/ if [ "$?" != "0" ]; then echo "Failed to make merged-dtb" exit 1 fi -./scripts/sprd_mkdzimage.sh +./scripts/sprd_mkdzimage.sh -o ${BOOT_PATH}/${DZIMAGE} -k ${BOOT_PATH}/zImage -d ${BOOT_PATH}/merged-dtb if [ "$?" != "0" ]; then echo "Failed to make mkdzImage" exit 1