tool: rkcommon: add support for px30

PX30 have 10K sram available.

Change-Id: I67c565c84d00bc0141d79c437035993746ea9245
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-09-27 15:39:45 +08:00
parent f588f59eac
commit cab28f403d
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ static struct spl_info spl_infos[] = {
{ "rk3328", "RK32", 0x8000 - 0x1000, false },
{ "rk3368", "RK33", 0x8000 - 0x1000, false },
{ "rk3399", "RK33", 0x30000 - 0x2000, false },
{ "px30", "RK33", 0x2800, false },
{ "rv1108", "RK11", 0x1800, false },
};