make.sh: remove RKCHIP fixup for PX30

PX30 and RK3326 would have their individual ini files.

Change-Id: I3e8f05b34ee9a38429fd2870f635328eaf6b5f59
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-02-24 17:13:58 +08:00
parent a08ded5481
commit 2ce00756b4
1 changed files with 0 additions and 2 deletions

View File

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