[U-Boot] [PATCH V7 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device
Eddie Cai
eddie.cai.linux at gmail.com
Wed May 31 08:41:30 UTC 2017
2017-05-31 16:22 GMT+08:00 Lukasz Majewski <lukma at denx.de>:
> Hi Eddie,
>
>> > Prepare v2017.05-rc3
>> >
>> > Signed-off-by: Tom Rini <trini at konsulko.com>
>>
>> Ok. Thanks for the info.
>>
>> The u-boot-usb seems to be a bit older.
> ^^^^^^ sorry newer :-)
>
> "usb: ehci: Add Renesas RCar M3/H3 EHCI support"
> 3426b2038cfb831d74ac0407fc7a04e990b44540
>
>>
>> Anyway, have you tried with compiling your code with toolchains
>> suggested by Tom?
Yes. I tried to build with this toolchain on my computer. It build
successfully, but i got below warning.
CC spl/arch/arm/mach-rockchip/rk3036-board-spl.o
arch/arm/mach-rockchip/rk3036-board-spl.c:20:34: warning: ‘grf’
defined but not used [-Wunused-const-variable=]
static struct rk3036_grf * const grf = (void *)GRF_BASE;
I don't think it relate to my patches. so i checkout below commit and
build with the same toolchain again. i got the same warning.
commit a63d800196ebee59b0f8ff924f67843cd597a8c1
Author: Tom Rini <trini at konsulko.com>
Date: Mon May 1 19:54:41 2017 -0400
Prepare v2017.05-rc3
Signed-off-by: Tom Rini <trini at konsulko.com>
>>
>> Best regards,
>> Łukasz Majewski
>>
>> > >
>
>
>
> Best regards,
>
> Lukasz Majewski
>
> --
>
> DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
More information about the U-Boot
mailing list