[U-Boot] [U-Boot 3/3] rockchip: rk3288: enable rockusb support on rk3288 based device

Eddie Cai eddie.cai.linux at gmail.com
Mon Mar 20 08:16:41 UTC 2017


Hi Simon

2017-03-20 10:30 GMT+08:00 Simon Glass <sjg at chromium.org>:

> Hi Eddie.
>
> On 15 March 2017 at 01:56, Eddie Cai <eddie.cai.linux at gmail.com> wrote:
> > this patch enable rockusb support on rk3288 based device.
> >
> > Signed-off-by: Eddie Cai <eddie.cai.linux at gmail.com>
> > ---
> >  include/configs/rk3288_common.h | 4 ++++
> >  1 file changed, 4 insertions(+)
>
> I think this should be done in Kconfig.
>
OK, I will move it to Kconfig.

>
> >
> > diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_
> common.h
> > index b5606d4..b19a34d 100644
> > --- a/include/configs/rk3288_common.h
> > +++ b/include/configs/rk3288_common.h
> > @@ -74,6 +74,10 @@
> >  #define CONFIG_FASTBOOT_BUF_ADDR       CONFIG_SYS_LOAD_ADDR
> >  #define CONFIG_FASTBOOT_BUF_SIZE       0x08000000
> >
> > +/* rockusb  */
> > +#define CONFIG_CMD_ROCKUSB
> > +#define CONFIG_USB_FUNCTION_ROCKUSB
> > +
> >  /* usb mass storage */
> >  #define CONFIG_USB_FUNCTION_MASS_STORAGE
> >  #define CONFIG_CMD_USB_MASS_STORAGE
> > --
> > 2.7.4
> >
>
> Regards,
> Simon
>


More information about the U-Boot mailing list