make.sh: support rk3368h image pack

Change-Id: Iaa7a3c117bd5cffd24febe06f0af2a8a7316f37e
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-08-03 20:09:35 +08:00 committed by Jianhong Chen
parent edac97f481
commit f0aa0521c2
1 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,8 @@ select_chip_info()
if [ $count -eq 1 ]; then if [ $count -eq 1 ]; then
RKCHIP=${RKCHIP##*_} RKCHIP=${RKCHIP##*_}
grep '^CONFIG_ROCKCHIP_RK3368=y' ${OUTDIR}/.config >/dev/null \
&& RKCHIP=RK3368H
elif [ $count -gt 1 ]; then elif [ $count -gt 1 ]; then
# Grep the RK CHIP variant # Grep the RK CHIP variant
grep '^CONFIG_ROCKCHIP_PX3SE=y' ${OUTDIR}/.config > /dev/null \ grep '^CONFIG_ROCKCHIP_PX3SE=y' ${OUTDIR}/.config > /dev/null \