All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets
@ 2017-04-01  6:46 Eddie Cai
  2017-04-06  3:44 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Eddie Cai @ 2017-04-01  6:46 UTC (permalink / raw)
  To: u-boot

tinker board support ethernet and usb host, so enable USB, PXE and DHCP support.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
---
 include/configs/tinker_rk3288.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h
index c398e07..db573ee 100644
--- a/include/configs/tinker_rk3288.h
+++ b/include/configs/tinker_rk3288.h
@@ -13,7 +13,10 @@
 #undef BOOT_TARGET_DEVICES
 
 #define BOOT_TARGET_DEVICES(func) \
-	func(MMC, mmc, 1)
+	func(MMC, mmc, 1) \
+	func(USB, usb, 0) \
+	func(PXE, pxe, na) \
+	func(DHCP, dchp, na)
 
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets
  2017-04-01  6:46 [U-Boot] rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets Eddie Cai
@ 2017-04-06  3:44 ` Simon Glass
  2017-04-14 10:15   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2017-04-06  3:44 UTC (permalink / raw)
  To: u-boot

On 1 April 2017 at 00:46, Eddie Cai <eddie.cai.linux@gmail.com> wrote:
> tinker board support ethernet and usb host, so enable USB, PXE and DHCP support.
>
> Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
> ---
>  include/configs/tinker_rk3288.h | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets
  2017-04-06  3:44 ` Simon Glass
@ 2017-04-14 10:15   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2017-04-14 10:15 UTC (permalink / raw)
  To: u-boot

On 5 April 2017 at 21:44, Simon Glass <sjg@chromium.org> wrote:
> On 1 April 2017 at 00:46, Eddie Cai <eddie.cai.linux@gmail.com> wrote:
>> tinker board support ethernet and usb host, so enable USB, PXE and DHCP support.
>>
>> Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
>> ---
>>  include/configs/tinker_rk3288.h | 5 ++++-
>>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-14 10:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-01  6:46 [U-Boot] rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets Eddie Cai
2017-04-06  3:44 ` Simon Glass
2017-04-14 10:15   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.