Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit a3ded4d

Browse files
author
Jason Zhu
committed
rockchip: mkimage: add support for RK1808
Reserve 8K sram for maskrom. Change-Id: I890d93b6c9a8f4ca50a2c0b30de9b07816e68e8f Signed-off-by: Jason Zhu <[email protected]>
1 parent c9c9fba commit a3ded4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/rkcommon.c

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ static struct spl_info spl_infos[] = {
8080
{ "rk3399", "RK33", 0x30000 - 0x2000, false },
8181
{ "px30", "RK33", 0x2800, false },
8282
{ "rv1108", "RK11", 0x1800, false },
83+
{ "rk1808", "RK18", 0x200000 - 0x2000, false},
8384
};
8485

8586
static unsigned char rc4_key[16] = {

0 commit comments

Comments
 (0)