diff --git a/scripts/amlogic/mkimage_32.sh b/scripts/amlogic/mkimage_32.sh old mode 100755 new mode 100644 index 7fc8220b5640..49af1ea25c19 --- a/scripts/amlogic/mkimage_32.sh +++ b/scripts/amlogic/mkimage_32.sh @@ -67,7 +67,7 @@ find_defconfig() def=$(find ${DEFDIR} -name ${1} -type f -print) if [ ${cnt} -eq 1 ]; then - DEFCOFNIG=$(basename $def) + DEFCONFIG=$(basename $def) echo "find defconfig $DEFCONFIG" elif [ ${cnt} -eq 0 ]; then echo "find no defconfig" diff --git a/scripts/amlogic/mkimage_64.sh b/scripts/amlogic/mkimage_64.sh old mode 100755 new mode 100644 index cd08cfbf943a..46678a0d49f2 --- a/scripts/amlogic/mkimage_64.sh +++ b/scripts/amlogic/mkimage_64.sh @@ -70,7 +70,7 @@ find_defconfig() def=$(find ${DEFDIR} -name ${1} -type f -print) if [ ${cnt} -eq 1 ]; then - DEFCOFNIG=$(basename $def) + DEFCONFIG=$(basename $def) echo "find defconfig $DEFCONFIG" elif [ ${cnt} -eq 0 ]; then echo "find no defconfig"