[U-Boot] [PATCH 06/12] rockchip: mkimage: add support for px30

Heiko Stuebner heiko at sntech.de
Thu Oct 24 23:27:57 UTC 2019


From: Kever Yang <kever.yang at rock-chips.com>

Add the table entry for px30 socs.
The px30 has 10K of sram available.

Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>
---
 tools/rkcommon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index 831c2ad820..83df82e4b0 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 },
-- 
2.23.0



More information about the U-Boot mailing list