scripts/amlogic: fix spelling mistake

PD#172587: scripts/amlogic: fix spelling mistake

Change-Id: I56fd60b2ee32e0b01eef796ae1a91839e8d1453d
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
This commit is contained in:
Bo Yang
2018-09-13 15:52:58 +08:00
committed by Jianxin Pan
parent 9ee63d76e6
commit 3b28da4ded
2 changed files with 2 additions and 2 deletions

2
scripts/amlogic/mkimage_32.sh Executable file → Normal file
View File

@@ -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"

2
scripts/amlogic/mkimage_64.sh Executable file → Normal file
View File

@@ -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"