On 13 July 2016 at 21:51, Kever Yang <[email protected]> wrote: > Add support for rockchip rk33 series Soc like rk3368 and rk3399 > > Signed-off-by: Kever Yang <[email protected]> > --- > > tools/rkcommon.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/rkcommon.c b/tools/rkcommon.c > index 72621fd..9ec7eb2 100644 > --- a/tools/rkcommon.c > +++ b/tools/rkcommon.c > @@ -56,6 +56,7 @@ struct spl_info { > static struct spl_info spl_infos[] = { > { "rk3036", "RK30", 0x1000 }, > { "rk3288", "RK32", 0x8000 }, > + { "rk33xx", "RK33", 0x20000 }, > }; > > static unsigned char rc4_key[16] = { > -- > 1.9.1 > >
Acked-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

