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 72621fd095..9ec7eb23d8 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -56,6 +56,7 @@ struct spl_info { static struct spl_info spl_infos[] = { { "rk3036", "RK30", 0x1000 }, { "rk3288", "RK32", 0x8000 }, + { "rk33xx", "RK33", 0x20000 }, }; static unsigned char rc4_key[16] = { |