public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Eddie Cai <eddie.cai.linux@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V5 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device
Date: Mon,  8 May 2017 10:38:52 +0800	[thread overview]
Message-ID: <1494211132-8043-5-git-send-email-eddie.cai.linux@gmail.com> (raw)
In-Reply-To: <1494211132-8043-1-git-send-email-eddie.cai.linux@gmail.com>

this patch enable rockusb support on rk3288 based device.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>

Changes in v5:                                                                  
-none

Changes in v4:
-move to rk3288_common.h

Changes in v3:
-move to defconfig

---
 include/configs/rk3288_common.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index e7a8f72..0fe6560 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -72,6 +72,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
-- 
1.9.1

  parent reply	other threads:[~2017-05-08  2:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-08  2:38 [U-Boot] [PATCH V5 0/4] introduce Rockchip rockusb Eddie Cai
2017-05-08  2:38 ` [U-Boot] [PATCH V5 1/4] usb: rockchip: add the rockusb gadget Eddie Cai
2017-05-14  9:32   ` Simon Glass
2017-05-08  2:38 ` [U-Boot] [PATCH V5 2/4] usb: rockchip: add rockusb command Eddie Cai
2017-05-14  9:32   ` Simon Glass
2017-05-08  2:38 ` [U-Boot] [PATCH V5 3/4] rockchip:usb: add a simple readme for rockusb Eddie Cai
2017-05-08  2:38 ` Eddie Cai [this message]
2017-05-14  9:32   ` [U-Boot] [PATCH V5 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494211132-8043-5-git-send-email-eddie.cai.linux@gmail.com \
    --to=eddie.cai.linux@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox