[PATCH v9 15/16] rockchip: tools: add rk3066 support to rkcommon.c
Kever Yang
kever.yang at rock-chips.com
Sat Apr 9 05:56:35 CEST 2022
On 2022/4/4 22:19, Johan Jonker wrote:
> Add rk3066 support to rkcommon.c
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
This patch should be before the patch add board and defconfig suuport.
For the change:
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 29f2676c19..860785f839 100644
> --- a/tools/rkcommon.c
> +++ b/tools/rkcommon.c
> @@ -123,6 +123,7 @@ struct spl_info {
> static struct spl_info spl_infos[] = {
> { "px30", "RK33", 0x2800, false, RK_HEADER_V1 },
> { "rk3036", "RK30", 0x1000, false, RK_HEADER_V1 },
> + { "rk3066", "RK30", 0x8000 - 0x800, true, RK_HEADER_V1 },
> { "rk3128", "RK31", 0x1800, false, RK_HEADER_V1 },
> { "rk3188", "RK31", 0x8000 - 0x800, true, RK_HEADER_V1 },
> { "rk322x", "RK32", 0x8000 - 0x1000, false, RK_HEADER_V1 },
More information about the U-Boot
mailing list