[U-Boot] [PATCH] mkimage: rockchip: add suport for rk33 serial

Andreas Färber afaerber at suse.de
Sat Jul 16 18:04:42 CEST 2016


Simon,

Am 15.07.2016 um 05:56 schrieb Simon Glass:
> On 14 July 2016 at 21:20, Simon Glass <sjg at chromium.org> wrote:
>> On 13 July 2016 at 21:51, Kever Yang <kever.yang at rock-chips.com> wrote:
>>> Add support for rockchip rk33 series Soc like rk3368 and rk3399
>>>
>>> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
>>> ---
>>>
>>>  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 <sjg at chromium.org>
> 
> Applied to u-boot-rockchip, thanks!

Didn't he just reply that it should be 3399 instead of 33xx because 3368
needs a different third column?

Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)


More information about the U-Boot mailing list