From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Fri, 25 Oct 2019 01:27:57 +0200 Subject: [U-Boot] [PATCH 06/12] rockchip: mkimage: add support for px30 In-Reply-To: <20191024232803.10338-1-heiko@sntech.de> References: <20191024232803.10338-1-heiko@sntech.de> Message-ID: <20191024232803.10338-7-heiko@sntech.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Kever Yang Add the table entry for px30 socs. The px30 has 10K of sram available. Signed-off-by: Kever Yang Signed-off-by: Heiko Stuebner --- 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