diff options
| author | Kever Yang <[email protected]> | 2019-07-12 11:43:34 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-11-17 17:23:12 +0800 |
| commit | c6e66b12e4cde29fef9de7b59542f6aa64da5539 (patch) | |
| tree | 6cb078c0a4e4daea4aee9182d080974615ae0428 /tools | |
| parent | b079118400256e91d58cde31c60cac09c2036a9e (diff) | |
rockchip: mkimage: add support for px30
Add the table entry for px30 socs.
The px30 has 10K of sram available.
Signed-off-by: Kever Yang <[email protected]>
Signed-off-by: Heiko Stuebner <[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 831c2ad8207..83df82e4b05 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -67,6 +67,7 @@ struct spl_info { }; static struct spl_info spl_infos[] = { + { "px30", "RK33", 0x2800, false }, { "rk3036", "RK30", 0x1000, false }, { "rk3128", "RK31", 0x1800, false }, { "rk3188", "RK31", 0x8000 - 0x800, true }, |
