make.sh: fixup RKCHIP from 'PX30' to 'RK3326'

This is for INI file look up

Change-Id: Iac3ee79c12d9c5c51484e41533346fbc4acf4215
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-02-11 15:28:59 +08:00 committed by Jianhong Chen
parent 0fcca447cb
commit 2ecf1e82ef
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ fixup_chip_name()
{
if [ "$RKCHIP" = 'RK3228' -o "$RKCHIP" = 'RK3229' ]; then
RKCHIP=RK322X
elif [ "$RKCHIP" = 'PX30' ]; then
RKCHIP=RK3326
fi
}