rockchip: rkcommon: add support for rv1126

Change-Id: Ic13bbfd95cf6fae1ce0a3eeffdfedb02e1a569f2
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin 2020-08-06 17:30:47 +08:00 committed by Jianhong Chen
parent 0f91a0406d
commit e6a8227120
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ static struct spl_info spl_infos[] = {
{ "rk3399", "RK33", 0x30000 - 0x2000, false }, { "rk3399", "RK33", 0x30000 - 0x2000, false },
{ "px30", "RK33", 0x2800, false }, { "px30", "RK33", 0x2800, false },
{ "rv1108", "RK11", 0x1800, false }, { "rv1108", "RK11", 0x1800, false },
{ "rv1126", "110B", 0x10000 - 0x1000, false},
{ "rk1808", "RK18", 0x200000 - 0x2000, false}, { "rk1808", "RK18", 0x200000 - 0x2000, false},
}; };