Skip to content
Snippets Groups Projects
Commit af3a4ec4 authored by Xuhui Lin's avatar Xuhui Lin Committed by Jonas Karlman
Browse files

rockchip: mkimage: Add rk3576 support


Add support for rk3576 package header in mkimage tool.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 74f879c0
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,7 @@ static struct spl_info spl_infos[] = { ...@@ -143,6 +143,7 @@ static struct spl_info spl_infos[] = {
{ "rv1126", "110B", 0x10000 - 0x1000, false, RK_HEADER_V1 }, { "rv1126", "110B", 0x10000 - 0x1000, false, RK_HEADER_V1 },
{ "rk3528", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 }, { "rk3528", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
{ "rk3568", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 }, { "rk3568", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
{ "rk3576", "RK35", 0x80000 - 0x1000, false, RK_HEADER_V2 },
{ "rk3588", "RK35", 0x100000 - 0x1000, false, RK_HEADER_V2 }, { "rk3588", "RK35", 0x100000 - 0x1000, false, RK_HEADER_V2 },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment