Bluetooth: Set le data length command and event
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / release_obs.sh
index 3675592..8f475db 100755 (executable)
@@ -80,13 +80,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