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

Kever Yang kever.yang at rock-chips.com
Fri Oct 25 02:09:28 UTC 2019


On 2019/10/25 上午7:27, Heiko Stuebner wrote:
> 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>


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

Thanks,
- Kever

> ---
>   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 },




More information about the U-Boot mailing list