make.sh: fix typo

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I812c619874daac186704f8f77d8b113ab272339e
This commit is contained in:
Joseph Chen 2020-04-07 17:48:09 +08:00
parent 568848617e
commit 5b7cca2ee0
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ pack_loader_image()
if [ $numline -eq 1 ]; then
image=`sed -n "/PATH=/p" $ini | tr -d '\r' | cut -d '=' -f 2`
cp ${RKBIN}/${image} ./
echo "pack trust okay! Input: ${ini}"
echo "pack loader okay! Input: ${ini}"
return;
fi