scripts/amlogic: fix spelling mistake
authorBo Yang <bo.yang@amlogic.com>
Thu, 13 Sep 2018 07:52:58 +0000 (15:52 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Tue, 25 Sep 2018 07:19:34 +0000 (00:19 -0700)
PD#172587: scripts/amlogic: fix spelling mistake

Change-Id: I56fd60b2ee32e0b01eef796ae1a91839e8d1453d
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
scripts/amlogic/mkimage_32.sh [changed mode: 0755->0644]
scripts/amlogic/mkimage_64.sh [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 7fc8220..49af1ea
@@ -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"
old mode 100755 (executable)
new mode 100644 (file)
index cd08cfb..46678a0
@@ -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"