All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew F. Davis <afd@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 7/8] defconfigs: am43xx_hs_evm: Add USB Host boot mode support
Date: Fri, 7 Apr 2017 10:11:25 -0500	[thread overview]
Message-ID: <20170407151126.6035-8-afd@ti.com> (raw)
In-Reply-To: <20170407151126.6035-1-afd@ti.com>

Enable SPL_USB_HOST_SUPPORT in the default defconfig to allow
booting from USB peripherals. Unlike the non-HS boards, we
already load SPL to a 0x4030_0000+ address, so no other changes
are needed.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/am43xx_hs_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
index 7a27678ad0..795dfd717b 100644
--- a/configs/am43xx_hs_evm_defconfig
+++ b/configs/am43xx_hs_evm_defconfig
@@ -19,6 +19,7 @@ CONFIG_SPL_ETH_SUPPORT=y
 CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_NET_SUPPORT=y
 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
+CONFIG_SPL_USB_HOST_SUPPORT=y
 CONFIG_SPL_USB_SUPPORT=y
 CONFIG_SPL_USB_GADGET_SUPPORT=y
 CONFIG_SPL_USBETH_SUPPORT=y
-- 
2.11.0

  parent reply	other threads:[~2017-04-07 15:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-07 15:11 [U-Boot] [PATCH v2 0/8] Update and sync HS configs Andrew F. Davis
2017-04-07 15:11 ` [U-Boot] [PATCH v2 1/8] defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigs Andrew F. Davis
2017-04-10 18:25   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-07 15:11 ` [U-Boot] [PATCH v2 2/8] defconfigs: am43xx_hs_evm: " Andrew F. Davis
2017-04-10 18:25   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-07 15:11 ` [U-Boot] [PATCH v2 3/8] defconfigs: am57xx_hs_evm: " Andrew F. Davis
2017-04-10 18:26   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-07 15:11 ` [U-Boot] [PATCH v2 4/8] defconfigs: dra7xx_hs_evm: " Andrew F. Davis
2017-04-10 18:26   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-07 15:11 ` [U-Boot] [PATCH v2 5/8] defconfigs: am43xx_hs_evm: Add Net boot mode support Andrew F. Davis
2017-04-10 18:26   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-07 15:11 ` [U-Boot] [PATCH v2 6/8] defconfigs: am43xx_hs_evm: Add USB client " Andrew F. Davis
2017-04-10 18:26   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-07 15:11 ` Andrew F. Davis [this message]
2017-04-10 18:26   ` [U-Boot] [U-Boot, v2, 7/8] defconfigs: am43xx_hs_evm: Add USB Host " Tom Rini
2017-04-07 15:11 ` [U-Boot] [PATCH v2 8/8] defconfigs: Add a config for AM335x High Security EVM with UART Boot support Andrew F. Davis
2017-04-09 22:16   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-10 13:32     ` Andrew F. Davis

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=20170407151126.6035-8-afd@ti.com \
    --to=afd@ti.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 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.