mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
2
scripts/amlogic/mkimage_32.sh
Executable file → Normal file
2
scripts/amlogic/mkimage_32.sh
Executable file → Normal 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
2
scripts/amlogic/mkimage_64.sh
Executable file → Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user