From 303d013e531e0e833840dc7ba402392df66ebf53 Mon Sep 17 00:00:00 2001 From: Matej Sychra Date: Sat, 31 Oct 2020 17:29:07 +0100 Subject: [PATCH] typo fix --- make_scripts_riscv/project.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_scripts_riscv/project.mk b/make_scripts_riscv/project.mk index cebbb9d3..81a0b4d8 100644 --- a/make_scripts_riscv/project.mk +++ b/make_scripts_riscv/project.mk @@ -208,7 +208,7 @@ ifeq ("$(CONFIG_CHIP_NAME)", "BL602") BL_SDK_PHY_VER := `cat ${BL60X_SDK_PATH}/version.txt |head -n2|tail -n1` BL_SDK_RF_VER := `cat ${BL60X_SDK_PATH}/version.txt |head -n3|tail -n1` endif -$(info use exsting version.txt file) +$(info use existing version.txt file) endif BL_CHIP_NAME := ${CONFIG_CHIP_NAME}