All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ls2080: Add USB boot to distro boot order
@ 2016-10-21 11:43 Alexander Graf
  2016-10-21 14:00 ` york sun
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Graf @ 2016-10-21 11:43 UTC (permalink / raw)
  To: u-boot

The LS2080 chips have USB available, so we can easily add USB boot
support to the distro boot order.

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 include/configs/ls2080ardb.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 045cee6..79b15f2 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -322,6 +322,7 @@ unsigned long get_board_sys_clk(void);
 #include <config_distro_defaults.h>
 
 #define BOOT_TARGET_DEVICES(func) \
+	func(USB, usb, 0) \
 	func(MMC, mmc, 0) \
 	func(SCSI, scsi, 0) \
 	func(DHCP, dhcp, na)
-- 
1.8.5.6

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

* [U-Boot] [PATCH] ls2080: Add USB boot to distro boot order
  2016-10-21 11:43 [U-Boot] [PATCH] ls2080: Add USB boot to distro boot order Alexander Graf
@ 2016-10-21 14:00 ` york sun
  0 siblings, 0 replies; 2+ messages in thread
From: york sun @ 2016-10-21 14:00 UTC (permalink / raw)
  To: u-boot

On 10/21/2016 06:43 AM, Alexander Graf wrote:
> The LS2080 chips have USB available, so we can easily add USB boot
> support to the distro boot order.
>
> Signed-off-by: Alexander Graf <agraf@suse.de>
> ---
>  include/configs/ls2080ardb.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
> index 045cee6..79b15f2 100644
> --- a/include/configs/ls2080ardb.h
> +++ b/include/configs/ls2080ardb.h
> @@ -322,6 +322,7 @@ unsigned long get_board_sys_clk(void);
>  #include <config_distro_defaults.h>
>
>  #define BOOT_TARGET_DEVICES(func) \
> +	func(USB, usb, 0) \
>  	func(MMC, mmc, 0) \
>  	func(SCSI, scsi, 0) \
>  	func(DHCP, dhcp, na)
>
Reviewed-by: York Sun <york.sun@nxp.com>

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

end of thread, other threads:[~2016-10-21 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 11:43 [U-Boot] [PATCH] ls2080: Add USB boot to distro boot order Alexander Graf
2016-10-21 14:00 ` york sun

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.