make.sh: fix typo
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9fbd41773992f8ace84b1657d4707e40a3c6cfce
This commit is contained in:
parent
200899f92b
commit
7ebda5c0cb
2
make.sh
2
make.sh
|
|
@ -340,7 +340,7 @@ select_chip_info()
|
|||
&& RKCHIP=RK3368H
|
||||
grep '^CONFIG_ROCKCHIP_RV1108=y' .config >/dev/null \
|
||||
&& RKCHIP=RV110X
|
||||
grep '^CONFIG_ROCKCHIP_RV1126=y' ${OUTDIR}/.config >/dev/null \
|
||||
grep '^CONFIG_ROCKCHIP_RV1126=y' .config >/dev/null \
|
||||
&& RKCHIP=RV1126
|
||||
elif [ $count -gt 1 ]; then
|
||||
# Grep the RK CHIP variant
|
||||
|
|
|
|||
Loading…
Reference in New Issue