All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet
@ 2017-06-12 23:02 Michael Welling
  2017-06-15 13:01 ` Tom Rini
  2017-06-16 17:10 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Welling @ 2017-06-12 23:02 UTC (permalink / raw)
  To: u-boot

Adds CONFIG_SPL_USB_GADGET_SUPPORT and CONFIG_SPL_USBETH_SUPPORT.

Removes CONFIG_SPL_NAND_SUPPORT, CONFIG_SPL_MTD_SUPPORT, and CONFIG_SPL_YMODEM_SUPPORT
to free up space to fit in RAM.

Signed-off-by: Michael Welling <mwelling@ieee.org>
---
 configs/am335x_evm_usbspl_defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configs/am335x_evm_usbspl_defconfig b/configs/am335x_evm_usbspl_defconfig
index ee3405c..1ba0310 100644
--- a/configs/am335x_evm_usbspl_defconfig
+++ b/configs/am335x_evm_usbspl_defconfig
@@ -11,9 +11,9 @@ CONFIG_VERSION_VARIABLE=y
 CONFIG_ARCH_MISC_INIT=y
 CONFIG_SPL=y
 CONFIG_SPL_STACK_R=y
-CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_MUSB_NEW_SUPPORT=y
 CONFIG_SPL_NET_SUPPORT=y
+# CONFIG_SPL_NAND_SUPPORT is not set
 CONFIG_SPL_OS_BOOT=y
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
@@ -35,3 +35,6 @@ CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
 CONFIG_G_DNL_VENDOR_NUM=0x0451
 CONFIG_G_DNL_PRODUCT_NUM=0xd022
 CONFIG_OF_LIBFDT=y
+CONFIG_SPL_USB_GADGET_SUPPORT=y
+CONFIG_SPL_USBETH_SUPPORT=y
+# CONFIG_SPL_YMODEM_SUPPORT is not set
-- 
2.1.4

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

* [U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet
  2017-06-12 23:02 [U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet Michael Welling
@ 2017-06-15 13:01 ` Tom Rini
  2017-06-15 16:52   ` Marek Vasut
  2017-06-16 17:10 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2017-06-15 13:01 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 12, 2017 at 06:02:39PM -0500, Michael Welling wrote:

> Adds CONFIG_SPL_USB_GADGET_SUPPORT and CONFIG_SPL_USBETH_SUPPORT.
> 
> Removes CONFIG_SPL_NAND_SUPPORT, CONFIG_SPL_MTD_SUPPORT, and CONFIG_SPL_YMODEM_SUPPORT
> to free up space to fit in RAM.
> 
> Signed-off-by: Michael Welling <mwelling@ieee.org>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170615/b2ac6327/attachment.sig>

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

* [U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet
  2017-06-15 13:01 ` Tom Rini
@ 2017-06-15 16:52   ` Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2017-06-15 16:52 UTC (permalink / raw)
  To: u-boot

On 06/15/2017 03:01 PM, Tom Rini wrote:
> On Mon, Jun 12, 2017 at 06:02:39PM -0500, Michael Welling wrote:
> 
>> Adds CONFIG_SPL_USB_GADGET_SUPPORT and CONFIG_SPL_USBETH_SUPPORT.
>>
>> Removes CONFIG_SPL_NAND_SUPPORT, CONFIG_SPL_MTD_SUPPORT, and CONFIG_SPL_YMODEM_SUPPORT
>> to free up space to fit in RAM.
>>
>> Signed-off-by: Michael Welling <mwelling@ieee.org>
> 
> Reviewed-by: Tom Rini <trini@konsulko.com>
> 
Reviewed-by: Marek Vasut <marex@denx.de>

This should probably go through OMAP tree.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet
  2017-06-12 23:02 [U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet Michael Welling
  2017-06-15 13:01 ` Tom Rini
@ 2017-06-16 17:10 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-06-16 17:10 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 12, 2017 at 06:02:39PM -0500, Michael Welling wrote:

> Adds CONFIG_SPL_USB_GADGET_SUPPORT and CONFIG_SPL_USBETH_SUPPORT.
> 
> Removes CONFIG_SPL_NAND_SUPPORT, CONFIG_SPL_MTD_SUPPORT, and CONFIG_SPL_YMODEM_SUPPORT
> to free up space to fit in RAM.
> 
> Signed-off-by: Michael Welling <mwelling@ieee.org>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Marek Vasut <marex@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170616/cf0a8b5b/attachment.sig>

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

end of thread, other threads:[~2017-06-16 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 23:02 [U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet Michael Welling
2017-06-15 13:01 ` Tom Rini
2017-06-15 16:52   ` Marek Vasut
2017-06-16 17:10 ` [U-Boot] " Tom Rini

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.