make.sh: using wide range match for all loader ini

Change-Id: I1d4f63ed0685816f0b41796ac10bdafae068eee2
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-11-14 10:55:24 +08:00 committed by Jianhong Chen
parent ae1f243a7b
commit 01a0b7a601
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ pack_loader_image()
cd ${RKBIN}
if [ "${mode}" = 'all' ]; then
files=`ls ${RKBIN}/RKBOOT/${RKCHIP_LOADER}MINIALL*.ini`
files=`ls ${RKBIN}/RKBOOT/${RKCHIP_LOADER}*MINIALL*.ini`
for ini in $files
do
if [ -f "$ini" ]; then