aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0889af0..6468bd1 100644
--- a/Makefile
+++ b/Makefile
@@ -498,7 +498,7 @@ ${BUILD_DIR}${APP_NAME}_UA_${APP_VERSION}.bin: ${TOOLS_ROOT}/${BIN_NAME}.bin
@echo "create a downloadable image ..."
@cd ${TOOLS_ROOT} && \
echo "apply otafix..." &&\
- ./otafix ${BIN_NAME}.bin &&\
+ ./otafix_32 ${BIN_NAME}.bin &&\
echo "encrypt..." &&\
./encrypt ${BIN_NAME}.bin ${ENCRYPT_KEY} &&\
echo "package..." &&\