diff options
-rw-r--r-- | tools/rkcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rkcommon.c b/tools/rkcommon.c index 0d29110a4d..96efc1192c 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -135,6 +135,7 @@ static struct spl_info spl_infos[] = { { "rv1108", "RK11", 0x1800, false, RK_HEADER_V1 }, { "rv1126", "110B", 0x10000 - 0x1000, false, RK_HEADER_V1 }, { "rk3568", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 }, + { "rk3588", "RK35", 0x100000 - 0x1000, false, RK_HEADER_V2 }, }; /** |