diff options
| author | Johan Jonker <[email protected]> | 2022-04-16 17:09:46 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2022-04-18 11:25:13 +0800 |
| commit | 0034f1da5ae18cb21eb2012b1e175147118834cf (patch) | |
| tree | f6dd7c3a5df0d682c38c1a3130038e8558e8dddf /tools | |
| parent | 41ed3912c0fd5b2c5a0e20e524aae28dc062769e (diff) | |
rockchip: tools: add rk3066 support to rkcommon.c
Add rk3066 support to rkcommon.c
Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'tools')
| -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 ff62c75caad..0db45c2d41c 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -123,6 +123,7 @@ struct spl_info { static struct spl_info spl_infos[] = { { "px30", "RK33", 0x2800, false, RK_HEADER_V1 }, { "rk3036", "RK30", 0x1000, false, RK_HEADER_V1 }, + { "rk3066", "RK30", 0x8000 - 0x800, true, RK_HEADER_V1 }, { "rk3128", "RK31", 0x1800, false, RK_HEADER_V1 }, { "rk3188", "RK31", 0x8000 - 0x800, true, RK_HEADER_V1 }, { "rk322x", "RK32", 0x8000 - 0x1000, false, RK_HEADER_V1 }, |
