From: Heiko Stübner Date: Sat, 18 Feb 2017 18:46:28 +0000 (+0100) Subject: rockchip: mkimage: Add support rk3188 serial X-Git-Tag: v2017.05-rc1~55^2~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=162c46d5ee7135fcc52bb56156ab66a885537b7b;p=u-boot rockchip: mkimage: Add support rk3188 serial Add the entry for the rk3188 requiring rc4-encryption of the SPL. Signed-off-by: Heiko Stuebner Reviewed-by: Simon Glass Reviewed-by: Kever Yang --- diff --git a/tools/rkcommon.c b/tools/rkcommon.c index ed9b24137a..6595e02c1c 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -57,6 +57,7 @@ struct spl_info { static struct spl_info spl_infos[] = { { "rk3036", "RK30", 0x1000, false }, + { "rk3188", "RK31", 0x8000 - 0x800, true }, { "rk3288", "RK32", 0x8000, false }, { "rk3399", "RK33", 0x20000, false }, };